-
Hi Geeks,
We have a situation to use Windows server 2018, 2012, or 2016 as Analysis machine with cuckoo.
Is it possible?
-
Waiting for #17, build a feature to export a conversation to a simple text file in external storage.
For geeks: https://github.com/kontalk/androidclient/blob/master/utils/messages2html.py
-
Google Analytics is a big Red Flag in alt-tech projects for some hardcore alt-tech-geeks. It's easy drop-in to use, and others need research and maybe self-hosting.
- See [Awesome Humane Tech](http…
-
## Description 📜
**Composition**
Basic-Intermediate-Advanced information about `Composition` in Golang, also needs to create some examples.
Also, need to include `Why Composition Instead of Inh…
-
Hi Geeks,
Can anybody explain the purpose of mitmproxy in 3 to 5 line in cuckoo. What benefit we can get it from?
-
## Description 📜
**Range and Close**
Basic-Intermediate-Advanced information about `Range and Close` in Golang, also needs to create some examples.
This must be inside `Concurrency` folder.
…
-
-
# importing pandas module
import pandas as pd
#creating list
data=["gfg",2,"geeks","pandas",4,"python",5.6,"data analysis"]
#making series from data
series=pd.DataFrame(data)
series["g"]=…
-
-
* **What is the current behavior?**
``` python
GEEKS_CHOICES =(("1", "One"), ("2", "Two"))
class UpdateUserStateInTradeForm(forms.Form):
state = forms.ChoiceField(choices=GEEKS_CHOICES)
…