This website works better with JavaScript.
Home
Explore
Help
Sign In
lss
/
Laborejo
Watch
1
Star
0
Fork
0
Code
Releases
Activity
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.
257
Commits
1
Branch
6
Tags
19 MiB
Tree:
de2c7b7a49
master
v2.0.0
v2.0.1
v2.0.3
v2.1.0
v2.2.0
v2.2.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'de2c7b7a49'
${ noResults }
Laborejo
/
template
/
calfbox
/
background_example.py
7 lines
97 B
Raw
Normal View
History
Use some magic that looks like static files as template
5 years ago
import
_cbox
import
time
while
True
:
_cbox
.
do_cmd
(
"
/on_idle
"
,
None
,
[
]
)
time
.
sleep
(
0.1
)