-
2057074·text·1.1 KB·2011-05-11 22:12 UTC
main
mov rbp, rsp
add rsp, -40
mov r1, 2
main_loop
push r1
call check_for_prime
mov r2, rbp
mov r3, r1
mov r4, 4
mul r3, r4
sub r2, r3
m
-
2057070·ruby·25 B·2011-05-11 22:06 UTC
@cube[z][y].include?(".")
-
2057069·ruby·45 B·2011-05-11 22:02 UTC
(0..x).each {|i|return @cube[z][y][i] == "."}
-
2057067·ruby·54 B·2011-05-11 22:00 UTC
(0..x).each {|i|return false if @cube[z][y][i] != "."}
-
2057066·ruby·91 B·2011-05-11 21:58 UTC
for i in 0..x {
if @cube[z][y][i] != "."
return false
end
}
-
2057064·text·30 B·2011-05-11 21:54 UTC
gotta look deeper than exif :P
-
2057063·text·12.9 KB·2011-05-11 21:54 UTC
11 May 20:42 Deleting httpdocs/application/views/register_CriminalRecords/v9/registration.php
11 May 20:42 Deleting httpdocs/application/views/register_CriminalRecords/v8/registration.php
11 May 2
-
2057062·text·6.8 KB·2011-05-11 21:53 UTC
public class JtdsConnectionProvider {
private String username = "";
private String password = "";
private String db = "master";
boolean trusted = false;
private String ip = "";
private
-
2057060·diff·2.5 KB·2011-05-11 21:52 UTC
diff -Nru eduke32_20110508-1878_orig/Makefile eduke32_20110508-1878/Makefile
--- eduke32_20110508-1878_orig/Makefile Wed May 11 15:03:02 2011
+++ eduke32_20110508-1878/Makefile Wed May 11 15:05:15 2
-
2057057·text·1.3 KB·2011-05-11 21:39 UTC
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 QtGui 0x0000000100b7b918 QSortFilterProxyModelPrivate::proxy_to_source(QModelIndex const&) const + 376
1 QtGui
-
2057056·text·82 B·2011-05-11 21:37 UTC
F11::Suspend
+F11::Reload
; ### Macro Code ###
#IfWinActive Darkfall Online
-
2057055·text·1.1 KB·2011-05-11 21:30 UTC
Ey up Luke,
First things first - make sure the poster has all the correct information a person will need:
• Where is the event?
• What time?
• Is the Entrance Free? (big selling point!)
I d
-
2057054·java·7.3 KB·2011-05-11 21:23 UTC
import impsoft.bots.ColorBot;
import impsoft.scripting.ibot.interfaces.AutoPaint;
import impsoft.scripting.ibot.structs.AryanTile;
import impsoft.scripting.ibot.structs.AryanTileZone;
import impso
-
2057053·html·7.3 KB·2011-05-11 21:23 UTC
import impsoft.bots.ColorBot;
import impsoft.scripting.ibot.interfaces.AutoPaint;
import impsoft.scripting.ibot.structs.AryanTile;
import impsoft.scripting.ibot.structs.AryanTileZone;
import impso
-
2057052·text·1.3 KB·2011-05-11 21:23 UTC
Características de FreeBSD
Algunas de las características principales de FreeBSD son:
• Sistema desarrollado totalmente en 32 bits.
• "Preemptive multitasking" con ajuste dinámico de prioridades pa
-
2057040·text·324 B·2011-05-11 21:00 UTC
<?
function getAccounts(){
$query = mysql_query("SELECT id, username FROM `account` ORDER BY username ASC");
$return = '<select>';
while($row = mysql_fetch_assoc($query)){
$return.= '<option
-
2057037·text·13.9 KB·2011-05-11 20:57 UTC
mono-sgen`mono_sgen_lock_gc+0xa7
mono-sgen`mono_gc_collect+0x12
value ------------- Distribution ------------- count
1 |
-
2057036·text·2.3 KB·2011-05-11 20:57 UTC
DeltaCloud::API::BackendError (uninitialized constant Deltacloud::AuthException):
/usr/lib/ruby/gems/1.8/gems/deltacloud-client-0.1.0/lib/deltacloud.rb:294:in `handle_backend_error'
/usr/lib/rub
-
2057035·text·250 B·2011-05-11 20:56 UTC
>>> string = '�Volcanes de Hielo en Marte? | Imagen astronom�a diaria - Observatorio'
>>> print string.decode(chardet.detect(string)['encoding']).encode('UTF-8')
�Volcanes de Hielo en Marte? | Ima
-
2057031·text·295 B·2011-05-11 20:55 UTC
<?
function getAccounts(){
$query = mysql_query("SELECT id, username FROM `account` ORDER BY username ASC;");
echo "<select>";
while($row = mysql_fetch_assoc($query)){
echo "<option name=\""