devcs.blogspot.com devcs.blogspot.com

devcs.blogspot.com

Same Old Stuff : a procrastinator's notebook

(random unfinished engineering notes)

http://devcs.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DEVCS.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

February

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 7 reviews
5 star
4
4 star
1
3 star
2
2 star
0
1 star
0

Hey there! Start your review of devcs.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

FAVICON PREVIEW

  • devcs.blogspot.com

    16x16

  • devcs.blogspot.com

    32x32

CONTACTS AT DEVCS.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Same Old Stuff : a procrastinator's notebook | devcs.blogspot.com Reviews
<META>
DESCRIPTION
(random unfinished engineering notes)
<META>
KEYWORDS
1 posted by
2 alek
3 37 comments
4 out of memory
5 char newbuf;
6 do {
7 if buffer
8 free buffer ;
9 if alloc
10 else
CONTENT
Page content here
KEYWORDS ON
PAGE
posted by,alek,37 comments,out of memory,char *newbuf;,do {,if buffer,free buffer ;,if alloc,else,keep it safe,3 comments,references,no comments,finding bottlenecks,examining cache effects,os/x / solaris,idea,breakpoint,d gnu source,flag when building
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Same Old Stuff : a procrastinator's notebook | devcs.blogspot.com Reviews

https://devcs.blogspot.com

(random unfinished engineering notes)

INTERNAL PAGES

devcs.blogspot.com devcs.blogspot.com
1

Same Old Stuff : a procrastinator's notebook: Profiling java apps using DTrace

http://devcs.blogspot.com/2008/06/profiling-java-apps-using-dtrace.html

Same Old Stuff : a procrastinator's notebook. Random unfinished engineering notes). Wednesday, June 25, 2008. Profiling java apps using DTrace. Monitoring operational performance of java apps. Example : heavily IO-bound app. A) current java profiling options : (what/where). B) java options on system/level profiling (we can debug / but cannot to the strace-like detailed to-syscall-mapping, oprofile-like stuff etc). Dtrace - cool caps :. Http:/ www.devx.com/Java/Article/33943/0/page/3.

2

Same Old Stuff : a procrastinator's notebook: December 2008

http://devcs.blogspot.com/2008_12_01_archive.html

Same Old Stuff : a procrastinator's notebook. Random unfinished engineering notes). Monday, December 15, 2008. CURL out of memory on Xen instance (use and abuse series). CURL, a part of everyone's favorite UNIX tool subset, got me into a bit of trouble recently, while trying to post a relatively large file, following a common 'just curl it' - logic (so commonplace that a lot of major projects simply incorporate curlin' as a part of standard deploy procedure). Char *buffer = NULL;. Size t alloc = 512;.

3

Same Old Stuff : a procrastinator's notebook: July 2008

http://devcs.blogspot.com/2008_07_01_archive.html

Same Old Stuff : a procrastinator's notebook. Random unfinished engineering notes). Thursday, July 10, 2008. Instrumenting Java code for fun&profit. By code instrumentation we assume a proces of adding bytecodes to methods in order to intercept their execution (usually for the profiling purpose). The instrumentation is done via modification of method bytecodes. Creating a instrument agent is pretty straightforward :. The Premain-Class is defined = which must implement premain. Method (taking a args strin...

4

Same Old Stuff : a procrastinator's notebook: Managing shared state in Erlang

http://devcs.blogspot.com/2008/03/managing-shared-state-in-erlang.html

Same Old Stuff : a procrastinator's notebook. Random unfinished engineering notes). Saturday, March 29, 2008. Managing shared state in Erlang. Though a functional language, with no apparent shared state, we can trivially implement state in erlang by (ab)using the single-bounded value concept (each value can be bound only once). Whereis(list to atom("portServer" integer to list(PORT) ). Subscribe to: Post Comments (Atom). Managing shared state in Erlang. Bloom filters for profit and fun.

5

Same Old Stuff : a procrastinator's notebook: Web Services Interoperability Soup

http://devcs.blogspot.com/2010/03/web-services-interoperability-soup.html

Same Old Stuff : a procrastinator's notebook. Random unfinished engineering notes). Thursday, March 04, 2010. Web Services Interoperability Soup. Some notes on .net - j2ee and cros-j2ee web services integrations :. Compatibility stepping stones : interaction styles, data types, namespace issues. Wsdl standard - 1.1 vs 2.0? Axis2 vs jax-ws 2.0:. 1) generated wsdl styles. Namespace : wsdl-namespace for axis2 vs flat-namespace for jax-ws. Axis2 lacks name property in. For base types, schema seems similar.

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL PAGES IN THIS WEBSITE

16

LINKS TO THIS WEBSITE

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: October 2009

http://rndwalks.blogspot.com/2009_10_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Tuesday, October 13, 2009. Open source implementation of queue-based computing. Paradigm is a project aimed at providing framework for development of applications for analytical processing on large-scale data streams, using the model of computation oriented around channeling. Of data streams in appropriate queues with assigned "stream-friendly". Posted by Alek at 4:11 AM. View my complete profile.

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: May 2006

http://rndwalks.blogspot.com/2006_05_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Tuesday, May 16, 2006. Random Graphs and the Probabilistic Method. In analysis of Random Graphs, we are especially interested in testing whether the observed graph has a given property. The technique known as the Probabilistic Method. For example, we can demonstrate a outline of simple proof of the following theorem :. A coloring with no monochromatic k-vertex clique. Todo : convert tex formulas into gifs.

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: August 2008

http://rndwalks.blogspot.com/2008_08_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Tuesday, August 12, 2008. Complete subgraphs in random graph : a generative approach. Question : "Describe the random graph model M with minimum number of vertices V, having a complete subgraph of size k , with probability p". Posted by Alek at 5:26 AM. View my complete profile. Random jabbering about systems stuff. Queue-based computing : framework for soft real-ti. Back on (research) track.

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: October 2008

http://rndwalks.blogspot.com/2008_10_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Saturday, October 11, 2008. After more than a month of day-slicing and hour-saving, I have finally managed to complete the paper I was working on for quite some time, and submit it to 16th Telecommunications Forum (TELFOR) 2008 conference. Title of the paper is " Search Result Clustering via Randomized Partitioning of Query-Induced Subgraphs. Posted by Alek at 8:16 AM. View my complete profile. Random Grap...

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: November 2005

http://rndwalks.blogspot.com/2005_11_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Wednesday, November 09, 2005. Markov Chains and Random Walks. The fundamental model for studying the behavior of random walks is the model of Markov chains. Markov chain is a discrete-tme stochastic process, that satisfies the "Markovian property", that is, the "memorylessness property" : the future behavior of such process, depends only of its behavior in the current state, not on the past states. The pro...

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: May 2009

http://rndwalks.blogspot.com/2009_05_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Friday, May 08, 2009. After a 2 year delay since the original randomNode. Clustering search engine experimental project (and a related paper. Posted by Alek at 4:30 AM. View my complete profile. Random jabbering about systems stuff. Queue-based computing : framework for soft real-ti. Complete subgraphs in random graph : a generative . Back on (research) track. Random Graphs and the Probabilistic Method.

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: November 2008

http://rndwalks.blogspot.com/2008_11_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Tuesday, November 25, 2008. Just got back from conference, and here are the slides. This would be a "phase transition" figure bellow for which beta should explode, and all nice properties (existence of 'giant' component, walk convergence, etc) - should disappear. Anyhow . we'll see :) . Meanwhile - you can checkout the paper - here. Stay tuned. ;). Posted by Alek at 1:59 PM. View my complete profile.

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: July 2009

http://rndwalks.blogspot.com/2009_07_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Sunday, July 26, 2009. Queue-based computing : framework for soft real-time parallel data analysis. Represents a simple paradigm we stumbled upon in the process of work on voidsearch*. Real time data analysis engine. Let the Q={q 1.q n}. Represents a dynamic set of queues q i. Of fixed size s i. As a arbitrary convolution function of queue elements such that A i(t)=f(A i(t-1),q i). Finally, (Q,D,A,M).

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: March 2006

http://rndwalks.blogspot.com/2006_03_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Sunday, March 26, 2006. An invitation to computational learning theory. In the following period I will be overviewing some of the ideas and results from the area of Computational Learning Theory. Learning task , b) sample complexity. And c) time complexity. Of the learning algorithm. Posted by Alek at 4:43 AM. View my complete profile. Random jabbering about systems stuff. Back on (research) track.

rndwalks.blogspot.com rndwalks.blogspot.com

Random Walks in Computer Science: January 2006

http://rndwalks.blogspot.com/2006_01_01_archive.html

Random Walks in Computer Science. Miscelanious thoughts on various computer-science related topics. Sunday, January 01, 2006. Generating Gaussian random numbers. The question is: given a proper generator of uniformly distributed numbers, how does on produce the numbers with Gaussian distribution? The simple and elegant idea is to use the Central Limit Theorem. O the Gaussian probability distribution N(m,o 2). Simply stated : The variable that is a sum of uniformly generated random variables. Random jabbe...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

12

OTHER SITES

devcrunch.com devcrunch.com

Devcrunch

A CHANGE HAS COME. And as is tradition, we're going to make a sweeping anouncement about Devcrunch getting completely revamped. First of all we're going to implement a news and articles section, want proof? You're reading it right now! While things are getting going why not register here. As we FINALLY make progress. Alternatively, we still heartily endorse http:/ socoder.net. For all your programming needs.

devcrux.com devcrux.com

DevCrux Solutions : Welcome

Your Business, Your Way. Effective Solutions for your Business. We offer you infrastructural solutions that is essential to everyday operations of your organization in order to improve service delivery and to effectively and efficiently improve your technology. We focus more on understanding your business processes and developmental needs; and employ innovative technologies and security features to deliver remarkable and depndable software product customized just for you. Your Brand, Your Identity.

devcry.blogspot.com devcry.blogspot.com

The Developer's Cry

Yet another blog by a hobbyist programmer. Monday, July 20, 2015. Solving the mother of all sudoku puzzles. This post is all about sudoku, the venerable Japanese puzzle. Even though the hype lies far behind us, every once in a while I get bored and return to solving a few puzzles. But then one day I was given an exceptionally hard to beat sudoku puzzle. Even after hours of staring it down, I wasn’t getting anywhere. Hmmm… I was not going to be belittled by some stupid puzzle! Over 3 million), but two res...

devcry.heiho.net devcry.heiho.net

The Developer’s Cry

The Developer’s Cry. Yet another blog by a hobbyist programmer. Rock solid frame rates with SDL2. The TreeView in Cocoa : an NSOutlineView tutorial. Blue Pill, Red Pill. Loading PNG images with libpng. OS X Game Development Using Cocoa NSOpenGLView. Component-based programming (for games). Go Rust Swift, Vala. The End Is The Beginning Is The End. The Next Game Is A Year Away. OpenGL sprite sheet aka texture atlas. OpenGL color-cycling and HSL fading. OpenGL sRGB color space. OpenGL Matrices (done by hand).

devcrystals.info devcrystals.info

Home | Karma Crystal

PA Storm All Star. Call Us Free: 1-800-123-4567. To get started with your custom rhinestone or transfer order, please complete our quote form. If you have additional questions please check out our FAQ’s page or contact us. Thank you for your interest and we look forward to working with you. Talk to you soon. Click Here. Welcome Owners and Coaches! Custom Rhinestone Apparel and Transfers. Powered By: Nu Skool Solutions.

devcs.blogspot.com devcs.blogspot.com

Same Old Stuff : a procrastinator's notebook

Same Old Stuff : a procrastinator's notebook. Random unfinished engineering notes). Thursday, March 04, 2010. Web Services Interoperability Soup. Some notes on .net - j2ee and cros-j2ee web services integrations :. Compatibility stepping stones : interaction styles, data types, namespace issues. Wsdl standard - 1.1 vs 2.0? Axis2 vs jax-ws 2.0:. 1) generated wsdl styles. Namespace : wsdl-namespace for axis2 vs flat-namespace for jax-ws. Axis2 lacks name property in. For base types, schema seems similar.

devcsa.wordpress.com devcsa.wordpress.com

Devcsa's Blog

Majin Tantei Nougami Neuro. Captain Herlock vol.09. Ezt is megértük, a 9. rész, nem kis késéssel, formázás nélkül elérhető itt a honlapon. Akik még türelmesen várakoztak, azoknak még jobb szórakozást. (Ricz azt mondta átszeretné venni a projektet, talán így majd jobban fog haladni. Én viszont továbbra is fordítom, hasonló tempóban. Igen nagymamák és nagypapák lesztek, mire a sorozat végére érek). Tehát a formázatlan, helyesírás átnézetlen verzió—– Itt. Mert nem azt választom. Vége az OverDrive-nak :(.

devcsd.com devcsd.com

ClearSight Design Development Site

Welcome to the ClearSight Design development server! If you're an existing client of ClearSight Design, log in below using the username and password that you have received. If you're not an existing client, you should be! Head over to ClearSightDesign.com. Check out our extensive portfolio and contact us to get started.

devcshah.com devcshah.com

Welcome devcshah.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

devcsi.fr devcsi.fr

Accueil - DevCSI

30, rue Eugène Perreau - ZI du Parc - 58200 Cosne sur Loire. 33 (0)3 86 22 73 90. Notre expertise au service de votre vision. Quelle que soit votre activité, nous vous accompagnons pour créer et façonner vos applications métiers à votre image. Avec DevCSI, simplifiez la réalisation de vos projets informatiques en vous offrant :. Le client au cœur du projet. Les atouts de votre application métier sur-mesure. Offrez-vous une application métier 100% sur-mesure. Et dispose des fonctionnalités dont. Vous avez...

devcsi.ukoln.ac.uk devcsi.ukoln.ac.uk

DevCSI | Developer Community Supporting Innovation |

DevCSI Hack Events FAQ. Future Citations Hack Days. Future Citations Hack Days – Ideas Page. Mobile Imaginations Ideas Page. Open Data Hackday 2012. Developer Challenge @ OR 12. OR2012 Developer Challenge: Repositories Based on Version Control Systems. OR2012 Developer Challenge: Data Engine. OR2012 Developer Challenge: Mobile Audio Transcription and Submission (MATS). OR2012 Developer Challenge: Dusting Off The Mothballs. OR2012 Developer Challenge: Inter Repository Text. Is a community of software deve...