Osama ALASSIRY

2,227
Reputation
308 views

Registered User

Name Osama ALASSIRY
Member for 1 year
Seen Nov 26 at 17:52
Website
Location Qatar
Age 36
I am ME!
Nov
21
comment php find some text in a string (if it’s there)
You have many ways to order the photos, I tend to prefer to order by rand() which would randomize the photos. Or by date (I would add a date field to the photos table), Or even let the user select one of the fields in the photos table, as well as direction (ascending or DESCending).
Nov
5
answered Which applications would you like to see integrated with Google Wave?
Oct
25
revised Is Disney’s FastPass Valid and/or Useful Queue Theory
added 173 characters in body
Oct
13
answered Right-to-Left Email
Oct
7
awarded  Yearling
Oct
5
awarded  Popular Question
Sep
18
accepted User interface for text mode LCD display
Sep
17
revised Getting the first sheet from an Excel document regardless of sheet name with OleDb
Formatting, Grammar
Sep
3
comment Where do you keep your code?
d:\SVN\{RepositoryName} on windows, /home/osama/SVN/{RepositoryName} on Linux.
Aug
30
revised Insert from MS SQL to Lotus Notes using NotesSQL drive
fixed grammar; edited tags
Aug
29
revised Dynamic Include How should I set default page?
added 26 characters in body
Aug
29
comment Max pages for a Software Engineer’s resume?
Try to emphasize what you think could be relevant to the position... by removing anything that may not be related...
Aug
28
accepted Delphi App Communicates with Program That Ends Up Crashing Occasionally - Vendor Blames My Delphi App
Aug
26
accepted What’s the most common method for exploding a string of tags?
Aug
24
accepted Using ActiveX objects in Javascript in Linux (in Firefox)
Aug
15
answered Configure HTML Tidy to ignore PHP short start and end tags when inside html attributes
Aug
15
revised sqlite , berkeley db benchmarking
added 76 characters in body
Aug
14
answered Processing English Statements
Aug
13
comment Geolocation assisted ATM monitoring
Google's API requires internet access.
Aug
13
answered Log file rotation name
Aug
13
comment How to make one variable = two others instead of just one
Just a note, you're calling ToLower too many times, how about gaby=gaby.ToLower as the first line, and Replace(gaby,*,*) for the rest?
Aug
13
comment Problem in saving aspx file with encoding
Nobodt uses ISO 8859-6, I'd say most (95%) of the electronic content in Arabic is encoded MS CP 1256.
Aug
13
answered Geolocation assisted ATM monitoring
Aug
13
answered sqlite , berkeley db benchmarking
Aug
12
answered What’s the most common method for exploding a string of tags?
Aug
11
comment What do you write in your log book?
This won't be useful for people who never turn off their computers.
Aug
11
revised Storing distances in MySQL
added 95 characters in body
Aug
11
answered Storing distances in MySQL
Jul
24
accepted Affiliate System
Jul
23
answered Load SQLite database from remote SQL Server?
Jul
23
answered Affiliate System
Jul
23
revised workflow - does anyone actually use it? How to model & track a process
edited tags
Jul
20
comment Postgresql: is better using multiple databases with 1 schema each, or 1 database with multiple schemas?
"all of my databases/schemas will ever have the same structure!" do you mean they all have the same structure? Or never?
Jul
18
answered Data Warehouse: Modelling a future schedule
Jul
18
answered Sum amount of overlapping datetime ranges in MySQL
Jul
18
comment Fastest way to retrieve/store millions of small binary objects
This won't work in that case, a database could be your best choice...
Jul
18
comment Borland Can’t Compile, what is going on, I can’t even get started
Borland C++ 5.5 is "legacy"
Jul
18
comment What do you use to keep notes as a developer?
ssh on port 443 should work.
Jul
18
comment What do you use to keep notes as a developer?
I prefer to use a real wiki on a webserver, I'm online 24/7 so I can always access it.
Jul
18
answered Fastest way to retrieve/store millions of small binary objects
Jul
18
comment Eastern Arabic Numerals in Wordpress
It's 100% true, depending on how you setup windows to show numbers in regional settings... the user can select the "standard digits", and "digit substitution" (I'd suggest using Context). You don't need to play with the unicode characters, what's next? specifying exact unicode character shapes for every letter???
Jul
10
awarded  Nice Question
Jul
10
accepted How would you build a database filesystem (DBFS)?
Jul
8
comment How to construct this in regular expression
And you need to manually do this for every date range...
Jul
8
answered How to construct this in regular expression
Jul
8
comment How to construct this in regular expression
Scripting would do the job, or an extremely long one-liner...
Jul
8
comment How to construct this in regular expression
*20090(6(09|[1-3][0-9])|70[1-7])$ is not a regex, and it won't match what youe want. Also, the shell doesn't expand regexes... and a regex won't match a date range...
Jul
8
comment Help me put Oracle terminology into SQL Server terminology
Why would anybody want to do that?? It's like migrating from C# to Cobol.
Jul
7
accepted Help me put Oracle terminology into SQL Server terminology
Jul
6
answered Help me put Oracle terminology into SQL Server terminology