Skip to content

Instantly share code, notes, and snippets.

View rushairer's full-sized avatar

Aben rushairer

View GitHub Profile
@rushairer
rushairer / dsa.go
Created February 20, 2024 08:04 — forked from xjdrew/dsa.go
DSA example
package main
import (
"crypto/dsa"
"crypto/rand"
"crypto/sha1"
"crypto/x509"
"encoding/asn1"
"encoding/pem"
"errors"
@rushairer
rushairer / ContentView.swift
Created August 7, 2021 16:26
NavigationLinkBugDemoApp
//
// ContentView.swift
// Shared
//
// Created by Abenx on 2021/8/8.
//
import SwiftUI
@rushairer
rushairer / ContentView.swift
Created April 24, 2021 04:42
NavigationView with TabView Like the popular Chat apps.
//
// ContentView.swift
// Test
//
// Created by Abenx on 2021/4/24.
//
import SwiftUI
import CoreData
<?php
namespace App\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Support\Facades\Schema;
class AppServiceProvider extends ServiceProvider
{
/**