This file contains 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
Thu Mar 01 05:28 AM ~/download/ibus-unikey-0.6.1 $ ./configure | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /bin/mkdir -p | |
checking for gawk... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... GNU | |
checking for gcc... gcc |
This file contains 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.*; | |
class Array | |
{ | |
public static void main(String[] args) | |
{ | |
int n,i,j; | |
int a[]; | |
Scanner input=new Scanner(System.in); | |
System.out.print("Nhap vao so phan tu mang: "); | |
n=input.nextInt(); |
This file contains 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 (C) 2009 - 2011 Ubuntu-VN <http://www.ubuntu-vn.org> | |
Copyright (C) 2012 - 2012 Dương "Yang" ヤン Nguyễn <[email protected]> | |
Authors: | |
Lê Quốc Tuấn <[email protected]> | |
Dương "Yang" ヤン Nguyễn <[email protected]> | |
Home: http://ibus-unikey.googlecode.com | |
------- |
This file contains 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
package vidu1; | |
/** | |
* | |
* @author NgaNguyenDuy | |
*/ | |
import java.util.Scanner; | |
public class Main { | |
public static void main(String[] args) { | |
SoPhuc sp1=new SoPhuc(3,5); | |
sp1.inSoPhuc(); |
This file contains 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
fchdir() to previous dir | |
sourcing "/usr/share/vim/vim72/plugin/spellfile.vim" | |
finished sourcing /usr/share/vim/vim72/plugin/spellfile.vim | |
chdir(/usr/share/vim/vim72/plugin) | |
fchdir() to previous dir | |
sourcing "/usr/share/vim/vim72/plugin/tarPlugin.vim" | |
finished sourcing /usr/share/vim/vim72/plugin/tarPlugin.vim | |
chdir(/usr/share/vim/vim72/plugin) | |
fchdir() to previous dir | |
sourcing "/usr/share/vim/vim72/plugin/tohtml.vim" |
This file contains 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
style "my-panel-clock" | |
{ | |
fg[NORMAL] = "#FFFFFF" | |
font_name = "Terminus Bold 12" | |
} | |
widget "*.clock-applet-button.*" style "my-panel-clock" |
This file contains 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
# Make it use C-a, similar to screen.. | |
unbind C-b | |
unbind l | |
set -g prefix C-a | |
bind-key a send-prefix | |
bind-key C-a last-window | |
# Remove default binding for split | |
unbind % | |
bind \ split-window -h |
This file contains 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
$ ldd -d -r /usr/bin/okular | |
linux-gate.so.1 => (0x00f1b000) | |
libkparts.so.4 => /usr/lib/libkparts.so.4 (0x00110000) | |
libkio.so.5 => /usr/lib/libkio.so.5 (0x00a23000) | |
libkdeui.so.5 => /usr/lib/libkdeui.so.5 (0x005f1000) | |
libQtGui.so.4 => /usr/local/D-com_3G/libQtGui.so.4 (0x00f1c000) | |
libkdecore.so.5 => /usr/lib/libkdecore.so.5 (0x00336000) | |
libQtCore.so.4 => /usr/local/D-com_3G/libQtCore.so.4 (0x00c99000) | |
libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x0015e000) | |
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x001d9000) |
This file contains 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
// Author Nduy.nga | |
import java.applet.*; | |
import java.awt.*; | |
import java.awt.event.*; | |
import java.util.*; | |
public class bai14 extends Applet implements ActionListener | |
{ |
This file contains 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
/******************** | |
author: nduy.nga | |
*********************/ | |
package QLy; | |
public class CanBo | |
{ | |
private String sHoTen,sGioiTinh,sDiaChi; | |
private int iNamSinh; | |
//Toan tu tao lap | |
CanBo() |
OlderNewer