Skip to content

Instantly share code, notes, and snippets.

View maman's full-sized avatar
🔥

Achmad Mahardi maman

🔥
View GitHub Profile
@maman
maman / chartwiz.php
Created November 23, 2010 03:53
the chart wizard
<!DOCTYPE HTML>
<html>
<head>
<title>Chart Generator Wizard</title>
<!--<script src="js/jquery-1.4.2.js"></script>-->
<script src="js/jquery.scrollable.js"></script>
<script>
$(document).ready(function(){
$(".scrollable").scrollable();
})
EDIT: #1: The iwlwifi wifi drivers for both 4965 and 3945 are now in the mainstream kernel, as of 2.6.23, which is now available in Sid. Just install it, and you shouldn't need to do anything else thats described here.
#2: I finally decided to update the top part of this, using information thats from all of the subsequent posts. Although, I would still recommend you read all of the other posts, because I haven't been fiddling with this driver for a couple months, and other people are more knowledgable about this than me.
This howto is to try and get Intel 4965 wifi cards, found in the Santa Rosa chipset, working. Since the iwlwifi driver is not yet in the Debian repositories, to get it to work requires you to download that and compile it yourself. There are a couple of deviations from the normal "Make" "Make install" process to get it to work properly, so here they are.
----------------------------------------------
Konsep Design & Interface
----------------------------------------------
+ Warna dasar abu-abu mencirikan bahwa website kami adalah website SMK
+ Layout website menggunakan tipe 2 kolom, dengan tujuan agar user mudah
membaca dan memahami isi website yang telah kami buat.
+ Tipografi yang telah dirancang sedemikian rupa, sehingga pembaca dapat lebih
fokus dan nyaman dalam membaca isi dari website.
@maman
maman / spectaculars notepad++ colorscheme
Created March 15, 2011 12:44
save as spectaculars.xml, then go to settings -> import -> import style themes . then locate the file . to apply the theme, go to settings -> style configurator -> select spectaculars from dropdown -> save .
<!--//
Spectacular
Copyright (c) 2008 Fabio Zendhi Nagao <http://zend.lojcomm.com.br/>
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
vwmy 0
vwmheight 21
vwmx -99
vwmwidth 100
vwmdesksx 3
vwmdesksy 1
vwmAlphaMap true
vwmAlwaysOnTop true
vwmbackcolor 151515
@maman
maman / inbox.py
Created May 26, 2011 12:31
Samurize python & ruby notification
import imaplib, re
conn = imaplib.IMAP4_SSL("imap.gmail.com", 993)
conn.login("#yourusername@gmail.com#", "#yourpassword#")
unreadCount = re.search("UNSEEN (\d+)", conn.status("INBOX", "(UNSEEN)")[1][0]).group(1)
if unreadCount == "0":
unreadCount = "No"
print unreadCount + " New Mail"
@maman
maman / LICENSE.txt
Created May 27, 2011 18:15 — forked from 140bytes/LICENSE.txt
140byt.es -- Click ↑↑ fork ↑↑ to play!
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
@maman
maman / .xinitrc
Created August 18, 2011 06:44
subkorporate dzen2
#just a portion of my .xinitrc that runs dzens
#baars
(
sleep 5
left & #adjust to point the 'left' file
tail -f /home/kitty/.config/dzen/pager | dzen2 -ta l -bg '#151515' -x 0 -y 0 -h 17 -w 400 & #adjust the pager to point to the FIFO that made by 'left' file
bar #adjust to point to the 'bar' file
)&
@maman
maman / gdipp_setting.xml
Created January 3, 2012 06:58
my gdipp settings
<?xml version="1.0" encoding="UTF-8" ?>
<gdipp>
<version>0.9.1</version>
<gdimm>
<process>
<freetype>
<cache_max_faces>32</cache_max_faces>
<cache_max_sizes>32</cache_max_sizes>
<cache_max_bytes>4194304</cache_max_bytes>
<lcd_filter>2</lcd_filter>
@maman
maman / index.html
Created January 30, 2012 03:29
Source of http://mwo.nanomites.us and http://kon.tl/mwo - both synced
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Ma Chung Web Olympiad 2012</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="nagging-menu.js"></script>
<script type="text/javascript">
//Disqus Setup