-
2109677·text·1.3 KB·2012-02-04 13:14 UTC
# Fill mail object with data
$destinationEmails = preg_split('/[ ,;]/', $dfcontact['destinationMail']);
foreach ( $destinationEmails as $destinationMail ) {
if ( $destinationMail != '' ) {
-
2109672·text·4.1 KB·2012-02-04 12:55 UTC
#define usart_baudrate 9600L
#define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
#define usart_HI(x) ((x)>>8)
#define usart_LO(x) ((x)& 0xFF)
void
init_usart(void){
-
2109670·text·4.1 KB·2012-02-04 12:50 UTC
#define usart_baudrate 9600L
#define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
#define usart_HI(x) ((x)>>8)
#define usart_LO(x) ((x)& 0xFF)
void
init_usart(void){
-
2109667·text·4.0 KB·2012-02-04 12:44 UTC
#define usart_baudrate 9600L
#define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
#define usart_HI(x) ((x)>>8)
#define usart_LO(x) ((x)& 0xFF)
void
init_usart(void){
-
2109666·text·34 B·2012-02-04 12:42 UTC
http://www.travian.no/?uc=no2_7199
-
2109665·text·1.0 KB·2012-02-04 12:35 UTC
#define usart_baudrate 9600L
#define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
#define usart_HI(x) ((x)>>8)
#define usart_LO(x) ((x)& 0xFF)
void
init_usart(void){
-
2109664·text·387 B·2012-02-04 12:32 UTC
#define usart_baudrate 9600L
#define usart_bauddivider (F_CPU / (16*usart_baudrate) - 1)
#define usart_HI(x) ((x)>>8)
#define usart_LO(x) ((x)& 0xFF)
void
init_usart(void){
-
2109663·text·216 B·2012-02-04 12:31 UTC
void
init_usart(void){
UBRRL = usart_LO(usart_bauddivider);
UBRRH = usart_HI(usart_bauddivider);
UCSRA = 0;
UCSRB = 1<<RXEN |1<<TXEN |1<<RXCIE|0<<TXCIE|0<<UDRIE;
UCSRC = 1<<URSEL|1<<UCS
-
2109661·text·732 B·2012-02-04 12:08 UTC
[[203703696394411]][[203703689727745]][[203703693061078]][[203703699727744]][[203703703061077]][[203703789727735]]
[[203703793061068]][[203703783061069]][[203703786394402]][[203703796394401]
-
2109660·text·444 B·2012-02-04 12:00 UTC
http://www.grahamrussell.info/cgi-bin/show-image-page.cgi?image=MK4_3700.jpg&image_dir=..%2Fclients%2F2012%2F2012-feb-2-jo%2Fcolour%2Fimages&show_arrows=1&popup_window=1&event_dir=..%2Fclients%2F2012%
-
2109641·text·83.3 KB·2012-02-04 11:24 UTC
-
2109640·text·5.2 KB·2012-02-04 11:08 UTC
$ make -j4
/bin/sh ./genconfig
rm -f gauche/config_threads.h
echo "/* Generated automatically from gc config header; do not edit. */" > gauche/config_threads.h
GAUCHE_LOAD_PATH="" GAUCHE_DYNLOAD_P
-
2109639·sql·25.8 KB·2012-02-04 11:08 UTC
- Microsoft SQL Server T-SQL date and datetime formats
- Date time formats - mssql datetime
- MSSQL getdate returns current system date and time in standard internal format
SELECT convert(varchar,
-
2109638·sql·25.8 KB·2012-02-04 11:08 UTC
- Microsoft SQL Server T-SQL date and datetime formats
- Date time formats - mssql datetime
- MSSQL getdate returns current system date and time in standard internal format
SELECT convert(varchar,
-
2109634·text·10.0 KB·2012-02-04 11:06 UTC
What was your last facebook status?
A youtube video.
What color is the wall in your kitchen?
White 8D
Last time you dressed formally?
Like years ago.
At what age did you go through pube
-
2109633·text·25.8 KB·2012-02-04 11:05 UTC
- Microsoft SQL Server T-SQL date and datetime formats
- Date time formats - mssql datetime
- MSSQL getdate returns current system date and time in standard internal format
SELECT convert(varchar,
-
2109632·text·8.9 KB·2012-02-04 11:05 UTC
[root@nemesis ~]# ebuild borg-sources-3.2.2.ebuild digest; USE="hardened branding" ebuild borg-sources-3.2.2.ebuild compile
>>> Creating Manifest for /var/lib/layman/init6/sys-kernel/borg-sources
*
-
2109629·php·1.8 KB·2012-02-04 10:57 UTC
<?php
namespace Politistream\CoreBundle\Form\DataTransformer;
use Symfony\Component\Form\Exception\TransformationFailedException;
use Symfony\Component\Form\DataTransformerInterface;
use Polit
-
2109628·text·702 B·2012-02-04 10:53 UTC
$ make -j4
/bin/sh ./genconfig
rm -f gauche/config_threads.h
echo "/* Generated automatically from gc config header; do not edit. */" > gauche/config_threads.h
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -
-
2109627·text·193 B·2012-02-04 10:53 UTC
<form enctype="multipart/form-data" action="upload.php" method="POST">
Please choose a file: <input name="uploaded" type="file" /><br />
<input type="submit" value="Upload " />
</form>