🏠
Working from home
-
Fifty Two.corp
- Novara, Italy
Pinned Loading
-
awesome-python
awesome-python PublicForked from vinta/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
Python
-
WhatsAppBotTut
WhatsAppBotTut PublicForked from nikhilkumarsingh/WhatsAppBotTut
Tutorial to create WhatsApp Bot using Twilio and Python
Jupyter Notebook
-
awesome-react-native
awesome-react-native PublicForked from jondot/awesome-react-native
Awesome React Native components, news, tools, and learning material!
JavaScript
-
awesome-react
awesome-react PublicForked from enaqx/awesome-react
A collection of awesome things regarding React ecosystem
-
Filter Relation Laravel.php
Filter Relation Laravel.php 1$transaction = Shipping::with(['termin' => function ($query) use ($date_start, $date_end){
2$query->whereBetween('payment_date',[$date_start, $date_end]);
3}])
4->whereBetween('created_at',[$date_start, $date_end])
5->get();
-
Space Invaders Game ( 404 )
Space Invaders Game ( 404 ) 12<p class="center">Space Invadors destroyed this page! Take revenge on them!
3<br/> Use <span class="label label-danger">Space</span> to shoot and <span class="label label-danger">←</span> <span class="label label-danger">→</span> to move!   <button class="btn btn-default btn-xs" id="restart">Restart</button></p>
45<canvas id="space-invaders"/>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.