-
2091089·text·442 B·2011-10-18 14:43 UTC
echo "mounting main filesystem ..."
mkdir /jffs2
mount -t jffs2 $NAND_MTD /jffs2
mkdir /ubifs
mkdir /union
if ! mount -t ubifs ubi0:rootfs /ubifs; then
echo "Failed to mount mtd5
-
2091088·actionscript·385 B·2011-10-18 14:42 UTC
I’m impressed, I need to say. Really not often do I encounter a blog that’s each educative and entertaining, and let me inform you, you have got hit the nail on the head. Your concept is outstanding;
-
2091072·text·1.7 KB·2011-10-18 14:22 UTC
Madame,
je suis actuellement à la recherche d'une thèse et votre offre de thèse passée sur le site de la SFBI a attiré mon attention.
Je suis issue du Master recherche Biologie-Santé, spécialité
-
2091065·vbnet·158 B·2011-10-18 13:12 UTC
Public Function GetResponse(ByVal EncString As String, ByVal FunctionName As Object) As String()
Return FunctionName(EncString)
End Function
-
2091064·text·3.3 KB·2011-10-18 13:05 UTC
Rainborough: I desired that those that had engaged in it [might be included]. For really I think that the poorest he that is in England hath a life to live, as the greatest he; and therefore truly, si
-
2091062·java·2.6 KB·2011-10-18 13:03 UTC
public abstract class ck
{
private static final int[] a = { 255, 255, 26, 27, 28, 29, 30, 31, 8, 14, 255, 255, 255, 255, 255, 255, 255, 0, 1, 2, 3, 4, 5, 6, 7, 255, 9, 10, 11, 12, 13, 255, 15, 16,
-
2091058·text·23.4 KB·2011-10-18 12:31 UTC
The 20th Century Fox Sound Effects Library
The Twentieth Century Fox Corporation has authorized a special agreement with Sound Ideas to make available a collection of outstanding sound effects from
-
2091057·text·23.2 KB·2011-10-18 12:29 UTC
The 20th Century Fox Sound Effects Library
The Twentieth Century Fox Corporation has authorized a special agreement with Sound Ideas to make available a collection of outstanding sound effects from
-
2091051·bash·954 B·2011-10-18 11:48 UTC
#!/bin/bash
err()
{
echo ERROR: $*
exit 1
}
usage()
{
err "usage: $0 <[m|p|o|i|s]>"
}
[ 1 != $# ] && usage
ESC_STR_CONST=
db=
case $1 in
m) db=mysql
-
2091034·text·1.6 KB·2011-10-18 11:24 UTC
public static class HtmlRemoval
{
/// <summary>
/// Remove HTML from string with Regex.
/// </summary>
public static string StripTagsRegex(string source)
-
2091029·text·428 B·2011-10-18 10:56 UTC
import os
import SimpleHTTPServer
import SocketServer
port = 8000
class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
def do_GET(self):
self.send_response(200)
sel
-
2091028·text·9.9 KB·2011-10-18 10:53 UTC
17 February 1975: AC/DC - High Voltage (Australia)
01. AC/DC - Baby Please Don't Go
02. AC/DC - She's Got Balls
03. AC/DC - Little Lover
04. AC/DC - Stick Around
05. AC/DC - Soul Stripper
-
2091024·text·428 B·2011-10-18 10:16 UTC
import os
import SimpleHTTPServer
import SocketServer
port = 8000
class Handler(SimpleHTTPServer.SimpleHTTPRequestHandler):
def do_Get(self):
self.send_response(200)
sel
-
2091021·text·417 B·2011-10-18 09:32 UTC
import os
import SimpleHTTPServer
import SocketServer
port = 8000
Handler = SimpleHTTPServer.SimpleHTTPRequestHandler
def doGet(self):
self.send_response(200)
self.send_he
-
2091017·text·6.5 KB·2011-10-18 09:04 UTC
# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
k3b k3b-data kamera kcalc kcharselect kdeb
-
2091001·text·3.1 KB·2011-10-18 08:12 UTC
public enum PriorityLevel : int
{
Normal = 5,
High = 1,
Low = 9
}
public class Event
{
private const string _DATEFORMAT = "yyyyMMdd\\THHmmss\\Z
-
2090994·text·1.8 KB·2011-10-18 07:50 UTC
exo 1
#include<stdio.h>
#include<stlib.h>
#include<time.h>
int main(void)
{
int a,i,min,moy;
srand(time(0));
min=15;
s=0;
moy=0;
for(i=0;i<21;i++)
{
a=(rand()%31
-
2090993·text·1.4 KB·2011-10-18 07:42 UTC
ICT Work
Web 2.0
Web 2.0 is a type of website, websites that are considered 2.0 are dynamic and changing and updating constantly instead of being static and always displaying the same content. Web
-
2090975·text·491 B·2011-10-18 06:44 UTC
[DL | RP] » x264 / Matroska / Standard Def / HDTV 1 11 months, 3 weeks 2.05 GB 159 15 0
[DL | RP] » x264 / Matroska / 720p / Blu-ray / Scene 2 10 months, 2 weeks 6.56 GB 172 24 0
[DL | RP] » x264
-
2090972·text·5.2 KB·2011-10-18 06:08 UTC
texture tex : WAVEFORMDATA;
sampler sTex = sampler_state
{
Texture = (tex);
MipFilter = LINEAR;
MinFilter = LINEAR;
MagFilter = LINEAR;
AddressU = Clamp;
};
struct VS_IN
{
f