dajobe
|
Registered User
|
British RDF free software/open source hacker comedian software architect on tour in USA.
|
|
22h |
revised |
How to encode PNG to buffer using libpng? Applied edits from comment |
|
Dec 1 |
accepted | How to encode PNG to buffer using libpng? |
|
Dec 1 |
answered | How to encode PNG to buffer using libpng? |
|
Nov 20 |
answered | Template system for RDF ? |
|
Nov 19 |
accepted | Is there a Python library to handle OWL? |
|
Nov 16 |
comment |
URL regex with regex.h in c yes, especially since IPv6 has abbreviated forms that inet_pton will handle. It's not just 0-9 and . |
|
Nov 15 |
answered | Finding the length of a word at the beginning of a string with recursion |
|
Nov 15 |
comment |
What is the best way to store a URL value using MySQL? 255 is far too short as other people have pointed out. You'll need at least 2K if you go by the specs. The question is: what do you want to do with it? Just store as-is or treat as text? That will give you the type (BLOB or VARCHAR/TEXT) |
|
Nov 14 |
comment |
malloc and free System memory meaning physical memory as opposed to virtual memory. It seems unlikely the questioner has a system with 10000000 Gbytes of physical memory thus the program is probably not what is intended. |
|
Nov 14 |
answered | URL regex with regex.h in c |
|
Nov 14 |
answered | malloc and free |
|
Nov 13 |
comment |
Linux datetime/locale library in C That might work but it will be influenced by the application's current locale and if the locale-specific formatting of the day name is too long, it will overflow the daybuf[]. |
|
Nov 13 |
comment |
XML parsing with java dom parser converts xml declaration into elements there is no question here, what do you want to do? Also if this is homework, please tag it as such. |
|
Nov 13 |
answered | Is there any possible way to exchange data in binary format between windows and solaris |
|
Nov 12 |
revised |
Is there a Python library to handle OWL? edited tags |
|
Nov 12 |
answered | Is there a Python library to handle OWL? |
|
Nov 11 |
answered | How often should a programmer commit to SVN? |
|
Nov 10 |
accepted | how to link to static library in c? |
|
Nov 10 |
answered | how to link to static library in c? |
|
Nov 10 |
answered | vfprintf causes run-time error |
|
Nov 9 |
comment |
Problem with SPARQLWrapper (Python) Why don't you say how and/or point to the code so the next person can see the answer. |
|
Nov 6 |
accepted | RDF and uuid. why no urn schema ? |
|
Oct 27 |
comment |
RDF and uuid. why no urn schema ? If the problem "why does my rdf not validate with this particular software" - it should have been the question. |
|
Oct 27 |
comment |
RDF and uuid. why no urn schema ? It is still wrong, however many times you find evidence of that on the web with some search engine. |
|
Oct 27 |
answered | RDF and uuid. why no urn schema ? |
|
Oct 20 |
accepted | JQuery/Javascript RDF plugin |
|
Oct 20 |
answered | JQuery/Javascript RDF plugin |
|
Oct 11 |
awarded | ● Civic Duty |
|
Oct 11 |
answered | how do i get a list of all tags used in a particular flickr set |
|
Oct 10 |
answered | Bitfield masks in C |
|
Sep 27 |
accepted | Lexer/parser tools |
|
Sep 24 |
comment |
What parser generator do you recommend The elkhound parser seems to have moved to scottmcpeak.com/elkhound if somebody is looking for it now. |
|
Sep 24 |
answered | Lexer/parser tools |
|
Sep 17 |
awarded | ● Yearling |
|
Sep 12 |
comment |
using #include to load opencl code There's no question here. |
|
Sep 7 |
comment |
Access PNG Metadata It's available in MacPorts if you have that installed, with "port install pngcrush". Otherwise you will need to follow the build instructions and may need the apple developer packages for headers etc. |
|
Sep 6 |
answered | Alpha transparent PNGs not displaying correctly in Mobile Safari |
|
Sep 6 |
answered | Access PNG Metadata |
|
Sep 5 |
answered | Concatenating strings in C, which method is more efficient? |
|
Aug 15 |
accepted | .htaccess allow localhost problem |
|
Aug 15 |
answered | .htaccess allow localhost problem |
|
Aug 10 |
comment |
How does scanf() work inside the OS? They are typically not part of the OS - but part of the C library (libc, glibc, ...). scanf() uses the POSIX read() and printf the POSIX write() ultimately. Some standard Unix programming books should help at this level such as Advanced Programming in the UNIX Environment (APUE). |
|
Aug 10 |
comment |
C’s “bad” functions vs. their “good” alternatives That also refers to Microsoft's Security Development Lifecycle (SDL) Banned Function Calls at msdn.microsoft.com/en-us/library/… |
|
Aug 6 |
comment |
SPARQL Query and distinct count it doesn't but aggregates are getting added to SPARQL 1.1 and they are widely implemented (via different extensions, as noted) |
|
Aug 2 |
comment |
When it comes to developing for the IPhone, should I use Git or Subversion? I thought the main sponsors of SVK were backing out of it: lists.bestpractical.com/pipermail/svk-users/… and by implication you should go use a dedicated distributed vcs - such as git, mercurial, bzr, darcs, ... |
|
Jul 19 |
comment |
Object-oriented C++ API for Tokyo Cabinet? Well, you didn't mention that constraint in the question. You don't have to GPL license your code if you don't distribute it. Also, you could always ask them. |
|
Jul 19 |
answered | Object-oriented C++ API for Tokyo Cabinet? |
|
Jul 11 |
comment |
C Code Formatting questions. That depends on the compiler and runtime system. You need to use const char* const string = "sadda"; to guarantee that both the pointer and the string are constant. |
|
Jul 3 |
comment |
How often do I run autoconf? if you are using external release as a 'vendor', then you should include all files that the vendor tarball originally contained in your subvesion. If you are using a source code approach, then you will need to run the autotools although as I said above, you do not mention the exact error message that is the failure such that it could be diagnosed why there is no configure. autotools can fail in many ways - provide a log. |
|
Jul 3 |
comment |
Browser fails to recognise Content Type header correctly I'm not sure if there is a good answer to all of this but @tvanfosson has another useful suggestion - Content-Disposition ietf.org/rfc/rfc2183.txt which I seem to recall IE may use. |
