This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>attr</title> | |
<script src="jquery.js"></script> | |
<script> | |
$(document).ready(function(){ | |
$('#ganti').attr('href',$('#method').val()+'/'+$('#location').val()); | |
$('#method,#location').click(function(){ | |
var method = $('#method').val(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>attr</title> | |
<script src="http://code.jquery.com/jquery-1.7.2.js"></script> | |
<script> | |
function kapital(str){ | |
return (str + '').replace(/^([a-z])|\s+([a-z])/g, function ($1) { | |
return $1.toUpperCase();}) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[18:49] <anak10thn> udah udah | |
[18:49] <anak10thn> pada bertengkar | |
[18:49] <anak10thn> kacau | |
[18:49] <@egi> sengaja ga make komen | |
[18:49] <@egi> dijadiin op neh | |
[18:49] <@egi> eh | |
[18:49] <Kulikeyborad> wakaka | |
[18:50] == Kulikeyborad has changed nick to guspur | |
[18:51] == guspur [[email protected]] has quit [Changing host] | |
[18:51] == guspur [~kuli@unaffiliated/guspur] has joined #igos-nusantara |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PERTAMA: Tujuan pengembangan IGOS Nusantara | |
- menyediakan distro untuk pengguna di Indonesia. sejak versi awal, yaitu IGN2006 telah SANGAT diusahakan memakai bahasa Indonesia di menu dan tampilan, sejak awal booting sampai muncul desktop diupayakan berbahasa Indonesia. | |
- Terjait tujuan pengembangan IGN, dan dikaitkan dengan pendaftaran di distrowatch, buat dalam prioritas utama, tak muncul di distrowatch bukan suatu masalah :) | |
KEDUA: Cara kontribusi ke pengembangan IGN | |
1. Kontribusi dapat dilakukan dari segala jurus | |
2. Sudah pakai IGN dapat dikatakan sudah kontribusi juga | |
3. Tak bisa buat program, bisa jadi disainer, bisa jadi penerjemah, pemasar, jual CD IGN dsb | |
KETIGA: DIVISI PENGEMBANG IGN |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="span8 contentbox"> | |
<div class="gallery"> | |
<h2><?php echo $title; ?></h2> | |
<?php foreach ($adverts as $adv => $list) { ?> | |
<?php $thumbs = unserialize($list->thumbs); ?> | |
<a style="background-image: none;" href="<?php echo site_url('advert/item') . '/' . $list->slug; ?>" rel="popover" title="<?php echo $list->title; ?>" data-content="<?php echo $list->desc; ?>"> | |
<img src="<?php echo base_url() . $thumbs['path_thumb_small']; ?>"><hr><span><?php echo substr_replace($list->title, '..', 20, -1); ?></span> | |
</a> | |
<?php } ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Ibnu Yahya <[email protected]> | |
version='3.0.4' | |
pkgversion=`date '+%d%m%Y'` | |
softname='linux' | |
oldkernel=`uname -r` | |
#oldkernel="2.6.33.4" | |
arch='i486' | |
cpu='i686' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/phantomjs | |
var server, service; | |
server = require('webserver').create(); | |
service = server.listen(3333, function (request, response) { | |
response.statusCode = 200; | |
response.write('<html><body>Hello!</body></html>'); | |
response.close(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta name=viewport content="user-scalable=no,width=device-width" /> | |
<link rel="stylesheet" href="lib/jqm.css" /> | |
<script src="lib/jq.js"></script> | |
<script src="lib/jqm.js"></script> | |
<script src="lib/twitter.js"></script> | |
<script src=http://maps.googleapis.com/maps/api/js?sensor=true></script> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -x | |
fsdir=rootfs-ign8 | |
# prepare root fs | |
mkdir -p $fsdir/dev | |
mknod $fsdir/dev/console c 5 1 | |
mknod $fsdir/dev/null c 1 3 | |
mknod $fsdir/dev/zero c 1 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Default class modification */ | |
$.extend( $.fn.dataTableExt.oStdClasses, { | |
"sWrapper": "dataTables_wrapper form-inline" | |
} ); | |
/* API method to get paging information */ | |
$.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings ) | |
{ | |
return { |
OlderNewer