Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

oczkers/pycfl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Test case:

>>> pycfl('+((!+[]+!![]+[])+(+!![]))')
1+1+0
1
'21'

>>> pycfl('+((!+[]+!![]+!![]+[])+(!+[]+!![]))')
1+1+1+0
1+1
'32'

>>> pycfl('!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]')
1+1+1+1+1+1+1+1
'8'

>>> pycfl('+((!+[]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]))')
1+1+1+0
1+1+1+1+1+1+1
'37'

>>> pycfl('+((!+[]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]))')
1+1+1+1+0
1+1+1+1+1+1+1
'47'

>>> pycfl('!+[]+!![]+!![]+!![]+!![]+!![]')
1+1+1+1+1+1
'6'

>>> pycfl('+((+!![]+[])+(!+[]+!![]+!![]))')
1+0
1+1+1
'13'

>>> pycfl('+((!+[]+!![]+!![]+[])+(+[]))')
1+1+1+0
0
'30'

>>> pycfl('+((!+[]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]))')
1+1+1+0
1+1+1+1+1+1
'36'

>>> pycfl('+((!+[]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]))')
1+1+0
1+1+1+1+1
'25'

>>> pycfl('+((!+[]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]))')
1+1+1+0
1+1+1+1+1+1+1+1
'38'

About

Cloud flare js challenge resolver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages