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
# -*- coding: utf-8 -*- | |
# Form implementation generated from reading ui file 'main.ui' | |
# | |
# Created: Thu Dec 08 03:07:21 2016 | |
# by: pyside-uic 0.2.15 running on PySide 1.2.4 | |
# | |
# WARNING! All changes made in this file will be lost! | |
from PySide import QtCore, QtGui |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<ui version="4.0"> | |
<class>studinfo</class> | |
<widget class="QWidget" name="studinfo"> | |
<property name="geometry"> | |
<rect> | |
<x>0</x> | |
<y>0</y> | |
<width>344</width> | |
<height>524</height> |
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
{ | |
"prepared_by": "Zulhilmi Zainudin", | |
"last_update": "21 June 2016", | |
"data": [ | |
{ | |
"state": "Selangor", | |
"codes": [ | |
"40000", | |
"40100", |
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
:: COPYRIGHT 2015 AFIF ZAFRI | |
@echo off | |
title Virus Shortcut Remover By Afif | |
color 71 | |
echo ---------------------------------- | |
echo ==Virus Shortcut Remover by Afif== | |
echo ---------------------------------- | |
echo. | |
set /p input="Masukkan huruf pendrive : " | |
attrib -h -r -s /s /d %input%:\*.* |
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
import java.util.*; | |
import java.text.*; | |
public class regex { | |
public static void main(String args[]) | |
{ | |
Scanner input = new Scanner(System.in); | |
int i,j,n; | |
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
<html> | |
<head> | |
<title>Check Nombor</title> | |
</head> | |
<body> | |
<form action="nombor.php" method="get"> | |
<b>Masukkan 4 nombor (space) : </b><br><br> | |
<input type="text" name="no"> | |
<input type="submit" name="submit" value="Kira"> |
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 data-role="page" id="pageone"> | |
<div data-role="main" class="ui-content"> | |
<h2>List Icons:</h2> | |
<ul data-role="listview" data-inset="true"> | |
<li data-role="list-divider">Pilih Negeri</li> | |
<li> | |
<select> | |
<option>Perlis</option> | |
<option>Kedah</option> |
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
//credit : http://stackoverflow.com/questions/5177598/how-to-convert-gregorian-date-to-hijri-date | |
function gmod(n,m){ | |
return ((n%m)+m)%m; | |
} | |
function kuwaiticalendar(adjust){ | |
var today = new Date(); | |
if(adjust) { | |
adjustmili = 1000*60*60*24*adjust; | |
todaymili = today.getTime()+adjustmili; |
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
<!-- codes --> | |
<div id="target"> | |
<h1>Test print this</h1> | |
<div class='timetable'></div> | |
</div> | |
<button onclick="saveToImage()" class="saveImg">Save as Image</button> | |
<br><br> |
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
<html> | |
<head> | |
<title>SAPS IC Data Fetcher</title> | |
</head> | |
<body> | |
<h1>SAPS IC Data Fetcher</h1> | |
<form action="index.php" method="post"> | |
IC : <input type="text" name="ic" value="<?php (isset($_POST['ic']) ? $_POST['ic'] : null) ?>"><br> | |
Year : |