search for: frostbite

Displaying 4 results from an estimated 4 matches for "frostbite".

2009 Feb 26
2
Wine asio compile error
Yesterday I tried to compile wine asio.I am running debian Squeeze and tried both the lenny and sid wine repos..but on compiling wine asio.it errors out and cant find ..now this was yesterday so i cant remember the exact name ..but it was something like lobc32 ..something like that..maybe logbc32..but anyway..I uninstalled wine and wine-dev..and installed debian version of wine..it 1.0.1 along
2007 Feb 23
0
Formatting difftime objects
...the new difftime functionality. Here's a dataframe of 5k run times: > r5k race date totaltime pace mile 1 RUDOLPH 2004-12-03 19:00:00 27.76667 mins 8.937224 mins 3.106856 2 RUDOLPH 2005-12-02 18:30:00 25.28333 mins 8.137916 mins 3.106856 3 FROSTBITE 2005-12-10 07:00:00 24.75000 mins 7.966253 mins 3.106856 4 JUDICATA 2006-03-04 08:00:00 25.51667 mins 8.213019 mins 3.106856 5 TOM KING 2006-03-18 07:00:00 23.71667 mins 7.633655 mins 3.106856 6 RUDOLPH 2006-12-01 18:30:00 24.21667 mins 7.794589 mins 3.106856 7 FATHERHOOD 2006-06-24 07:0...
2002 Dec 18
1
samba to samba via LDAP
...in/login to while doing all authenticating against a samba server called "ACR"? Does any of this make sense? Here are condensed/cleaned smb.conf files: --- Begin Frost smb.conf file ---- [global] workgroup = frost netbios name = smbfrost server string = Samba Frostbite encrypt passwords = yes null passwords = no log file = /var/log/samba/log.%m max log size = 150 name resolve order = lmhost host wins bcast domain logons = yes os level = 30 preferred master = yes domain master = no sec...
2017 Jul 11
8
[LLD] Linker Relaxation
Here's an example using the gcc toolchain for embedded 32 bit RISC-V (my HiFive1 board): #include <stdio.h> int foo(int i){ if (i < 100){ printf("%d\n", i); } return i; } int main(){ foo(10); return 0; } After compiling to a .o with -O2 -march=RV32IC we get (just looking at foo) 00000000 <foo>: 0: 1141 addi sp,sp,-16