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
あげあげ (☝◞‸◟)☝ 顔文字 | |
あげあげ ( ☝՞ਊ ՞)☝ 顔文字 | |
あっあっ (◞‸◟;) 顔文字 | |
あつい (。>﹏<) 顔文字 | |
あわてる ヽ( ̄д ̄;)ノ=3=3=3 顔文字 | |
いう ( ^o^)< 名詞 | |
いしはらよしずみ 三( ◠‿◠ )そんな時にタウンページが便利なんですよ 顔文字 | |
うーにゃー (」・ω・)」うー!(/・ω・)/にゃー 名詞 | |
うーん :;(∩´﹏`∩);: 顔文字 | |
うっとり ・:*:・(*´∀`*)・:*:・ 顔文字 |
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
ּ_בּ | |
בּ_בּ | |
טּ_טּ | |
כּ‗כּ | |
לּ_לּ | |
מּ_מּ | |
סּ_סּ | |
תּ_תּ | |
٩(×̯×)۶ | |
٩(̾●̮̮̃̾•̃̾)۶ |
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
#include <stdio.h> | |
#include <locale.h> | |
#include <X11/Xlib.h> | |
#include <X11/keysym.h> | |
int main(void){ | |
setlocale(LC_ALL, ""); | |
Display* dpy = XOpenDisplay(NULL); |