Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet"> | |
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.0/css/bootstrap-toggle.min.css" rel="stylesheet"> | |
</head> | |
<body> | |
<main class="container"> |
#!/bin/sh | |
BASE_PATH=`pwd` | |
sudo apt-get build-dep python-pygame | |
sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev libv4l-dev | |
cd /usr/include/linux | |
sudo ln -s ../libv4l1-videodev.h videodev.h | |
cd $BASE_PATH | |
wget http://www.pygame.org/ftp/pygame-1.9.1release.tar.gz | |
tar -xzf pygame-1.9.1release.tar.gz | |
cd pygame-1.9.1release |
<?php | |
/* | |
+--------------------------------+ | |
| !IMPORANTE! | | |
| Classe sem muitos comentarios. | | |
| Se tiver dúvidas, ler sobre | | |
| PDO (PHP Data Objects) e | | |
| Prepared Statements | | |
+--------------------------------+ | |
Anderson Araujo (CoderN) |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import subprocess | |
#Obtem o RETURN CODE de um programa, no caso o pwd | |
value = subprocess.call('pwd') | |
print value | |
#Obtem a saída normal (stdout) de um programa, no caso o pwd |
//============================================================================= | |
// Yanfly Engine Plugins - Message Core | |
// YEP_MessageCore.js | |
//============================================================================= | |
var Imported = Imported || {}; | |
Imported.YEP_MessageCore = true; | |
var Yanfly = Yanfly || {}; | |
Yanfly.Message = Yanfly.Message || {}; |
//============================================================================= | |
// ShowConsoleOnBoot.js | |
//============================================================================= | |
/*: | |
* Why did they take this feature out of RMMV? This, along with the built-in | |
* script editor where you could see all the default scripts was one of the | |
* most dev-friendly features they had for scripters. Now you have to press | |
* F8 to manually bring it up. |
//============================================================================= | |
// No Limit Text Scroll Speed | |
// Version 1.01 (2015.10.30) | |
//============================================================================= | |
/*: | |
* @plugindesc Removes limits on scrolling text speed by overriding editor value | |
* @author NoInkling | |
* | |
* @help |
<!-- Fonte: mussumipsum.com --> | |
<snippet> | |
<content><![CDATA[ | |
Mussum ipsum cacilds, vidis litro abertis. Consetis adipiscings elitis. Pra lá , depois divoltis porris, paradis. Paisis, filhis, espiritis santis. Mé faiz elementum girarzis, nisi eros vermeio, in elementis mé pra quem é amistosis quis leo. Manduma pindureta quium dia nois paga. Sapien in monti palavris qui num significa nadis i pareci latim. Interessantiss quisso pudia ce receita de bolis, mais bolis eu num gostis. | |
Suco de cevadiss, é um leite divinis, qui tem lupuliz, matis, aguis e fermentis. Interagi no mé, cursus quis, vehicula ac nisi. Aenean vel dui dui. Nullam leo erat, aliquet quis tempus a, posuere ut mi. Ut scelerisque neque et turpis posuere pulvinar pellentesque nibh ullamcorper. Pharetra in mattis molestie, volutpat elementum justo. Aenean ut ante turpis. Pellentesque laoreet mé vel lectus scelerisque interdum cursus velit auctor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam ac mauris lectus, non scelerisque augu |
javascript:void(document.body.contentEditable=(document.body.contentEditable!='true')) |