This website works better with JavaScript.
Explore
Help
Sign In
elal
/
hsf
mirror of
https://github.com/E-Almqvist/hsf
Watch
1
Star
0
Fork
You've already forked hsf
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Old high school files. Lessson notes/codes/projects etc.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37
Commits
1
Branch
0
Tags
25 MiB
Tag:
Branch:
Tree:
4672f78f02
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4672f78f02'
${ noResults }
hsf
/
wesweb01
/
srvtest
/
server.rb
8 lines
84 B
Raw
Normal View
History
Unescape
Escape
GET req test
3 years ago
#!/usr/bin/ruby -w
require
"
sinatra
"
Stuff
3 years ago
get
(
"
/hello
"
)
do
GET req test
3 years ago
return
"
Hello friend.
"
end