Skip to content
View marcelozarate's full-sized avatar

Organizations

@liondocs

Block or report marcelozarate

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sqlite python tutorial sqlite python tutorial
    1
    import sqlite3
    2
    import pandas as pd
    3
    
                  
    4
    def create_connection(db):
    5
        conn = None
  2. Basic Auth Sanctum REST API for Laravel Basic Auth Sanctum REST API for Laravel
    1
    // routes/api.php
    2
    
                  
    3
    <?php
    4
    
                  
    5
    use Illuminate\Support\Facades\Route;
  3. PyQt simple message box - Custom ale... PyQt simple message box - Custom alert dialog
    1
    import sys
    2
    from PyQt5.QtWidgets import QMessageBox, QApplication, QWidget
    3
    
                  
    4
    def showMessageBox(title, text, icon="NoIcon", buttons=False, buttonsText=[],callback=None):
    5
        qmb = QMessageBox()
  4. Alpine.JS first time use (consuming ... Alpine.JS first time use (consuming API)
    1
    <!DOCTYPE html>
    2
    <html lang="en" data-theme="coffee">
    3
      <head>
    4
      <meta charset="UTF-8">
    5
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
  5. sense-hat-spaceship sense-hat-spaceship Public

    A minigame made for the Raspberry Pi Sense Hat

    Python

  6. sense-hat-tetris sense-hat-tetris Public

    A minigame made for the Raspberry Pi Sense Hat

    Python 1