5
votes
3answers
131 views
How to get into freelancing? [closed]
I've always wanted to get into freelance software/web development, but two things have stopped me thus far:
I suck at marketing. Seriously, I'm comically bad at it.
The big free …
82
votes
33answers
3k views
O(nlogn) Algorithm - Find three evenly spaced ones within binary string
I had this question on an Algorithms test yesterday, and I can't figure out the answer. It is driving me absolutely crazy, because it was worth about 40 points. I figure that mos …
0
votes
1answer
41 views
RoR: How to Change fields on Join statement generated by Active Record’s sum function.
I'm doing a sum using the Sum function provided by RubyOnRails' Active Record as follows:
s=DatosMateria.sum('inscritos',:conditions=> "datos_materia.ano=2005 AND materias.codi …
-3
votes
4answers
486 views
bool true = false? [closed]
Both true and false are reserved keywords in most languages. Is there a way I can reverse them... you know, for the lulz? I don't see any practical use for doing this other than to …
0
votes
1answer
29 views
Is there a way to hook in to OSX sleep/wake events via Applescript?
The problem I am trying to solve is quite simple.
When I open the lid of my MacBook I like to have the Dock on the left side of the screen, but when I get home and connect my MacB …
0
votes
3answers
45 views
How to achieve Comet using Flash
Hi ,
Just wanted to know how to achieve Comet with Flash applications?
and how can comet be used with flash?
What will be needed at server side for the same?
Does this require a …
0
votes
2answers
86 views
How To: Platform builder for windows CE 6.0
I am a novice to Platform Builder.
I need to know how to work with platform builder.
As I googled I was not able to find where to start from.
Following is what I am looking for. …
-1
votes
1answer
17 views
link in dreamweaver using php
how can i link flash files using dreamweaver with
the use of PHP code?
3
votes
6answers
83 views
How-To Deal with Multi-Criteria Queries in 3-Tier Architecture
Assuming a basic 3-Tier application (UI-Service-Data Access) with a total abstraction of Data Access layer (SQL, Xml ...)
The UI applications are composed with Datagrids with mult …
1
vote
8answers
199 views
What is this syntax in Java? I do not recognize it.
This is a syntax question.
I was looking at some open source files and I met some syntax that I cannot recognize and I was hoping you could clear it up for me.
(This is taken fr …
3
votes
9answers
151 views
Where can I learn the SQL way to get data out
There's a gap in my SQL knowledge I'd like to fill and I'm after recommendations on where to find resources, eg. websites, how-tos, books, etc.
I've been using SQL databases for a …
0
votes
1answer
25 views
How to create PagePreview with more than one page using PDFSharp?
I am using PDFSharp to create PDF files in my C# application. It's working very good, but i did not find out how to create preview with more than one page. I have no trouble creati …
1
vote
1answer
57 views
Ruby on Apache with mod_ruby
Hello.
I really want to run some ruby code on Apache server. I've got libapache2-mod-ruby and libapache-ruby1.8 installed (complete list of what is installed is here). What do I do …
0
votes
4answers
70 views
how to group by and count using MySQL
I have data which looks like this:
ID post_author post_title guid
3309 21 Should somebody not yet on SQL 2008 wait for SQL 2008 R2, since it's near release? http://sql.stacke …
4
votes
1answer
401 views
What is the simplest way to do branching and merging using Tortoise SVN?
I have not found a really simple "how to" any where so I came up with my own through trial and error and wanted to share it, i.e. I will answer this question myself.
