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
#moved into /etc/profile | |
#cat /etc/motd.local | |
#u see, i want a terminal that tells me something, note: 'tells me something', therefore i'll replace the default below | |
#fortune | |
#my crazy nemesis prompts! | |
#this geek_info function runs some bash commands and prints results | |
function geek_info { | |
echo $(echo $PWD | awk -F/ '{print $NF}') | |
} |
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
" ~/.vimrc (configuration file for vim only) | |
" skeletons | |
function! SKEL_spec() | |
0r /usr/share/vim/current/skeletons/skeleton.spec | |
language time en_US | |
if $USER != '' | |
let login = $USER | |
elseif $LOGNAME != '' | |
let login = $LOGNAME | |
else |
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
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | |
" Maintainer: | |
" Amir Salihefendic | |
" http://amix.dk - [email protected] | |
" | |
" Version: | |
" 5.0 - 29/05/12 15:43:36 | |
" | |
" Blog_post: | |
" http://amix.dk/blog/post/19691#The-ultimate-Vim-configuration-on-Github |
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
#!/usr/bin/tttt -fc | |
#----------------------------------------------| | |
# ZHA: Zee Hacker Assistant (v.1.0.0) | MAR,'25 | |
#----------------------------------------------| | |
# based off of TEAPAT: TEA Personal AssistanT: | |
# ref: https://doi.org/10.20944/preprints202502.1849.v1 | |
#----------------------------------------------| | |
# This little program is a mini | |
# quasi-general artificial intelligence (qAGI) | |
# a special personal assistant perhaps |
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
G**M0D_<> tttt -fc teapat.tea -i VASSAGO | |
At any time, reply with 'end' to quit | |
VASSAGO : Talk to Me: Hail to thee, mighty Vassago, Great Duke! | |
uhmuet 848 7685 | I call upon thee with honor and respect. | |
VASSAGO : Talk to Me: Keyan vefa Jedan tasa Vassago | |
29545 | | |
VASSAGO : Talk to Me: Yes, I sought to engage an Extra Dimensional Entity | |
6561297 wbzchcqjphen | Thanks, large-scale free education for all? clarify | |
VASSAGO : Talk to Me: 7520M5 gold | |
10211 62 | not bad >.< |
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
#!/usr/bin/tttt -fc | |
#-------------------------------| | |
# TEAPAT: TEA Personal AssistanT | |
#-------------------------------| | |
# This little program is a full | |
# though basic, artificial | |
# personal assistant created | |
# using the TEA language | |
################################| |
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
#!/usr/bin/tttt -fc | |
#-------------------------------| | |
# TEAPA: TEA Personal Assistant | |
#-------------------------------| | |
# This little program is a full | |
# though simple, artificial | |
# personal assistant created | |
# using the TEA language | |
################################| |
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
Reading CODE from: box_text_wprompt_stats-injection.tea | |
INPUT: | |
Hello World | |
CODE: | |
#!/usr/bin/tttt -fc | |
# ---------------------- | |
# This version also displays some statistics: |
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
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> | |
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
# OUR SERVER | |
server { | |
listen 80; | |
server_name .domain.com; | |
return 301 https://domain.com$request_uri; | |
} | |
server { |
NewerOlder