Skip to content

Instantly share code, notes, and snippets.

View daffaabiyyu05's full-sized avatar

Muhammad Daffa Abiyyu Rahman daffaabiyyu05

View GitHub Profile
@emoacht
emoacht / UnityWebRequestUsage.cs
Created December 31, 2015 22:57
Sample usage of UnityWebRequest
using System.Collections;
using UnityEngine;
using UnityEngine.Experimental.Networking;
public class UnityWebRequestUsage : MonoBehaviour
{
void Start()
{
StartCoroutine(GetText());
}
using System;
using UnityEngine;
namespace UnityRest
{
public static class JsonHelper
{
public static T[] FromJson<T>(string jsonArray)
{
jsonArray = WrapArray (jsonArray);
@bennyistanto
bennyistanto / Install_CUDA_and_cuDNN_using_conda.md
Last active November 11, 2024 18:12
Install CUDA and cuDNN using Conda

Install CUDA and cuDNN using Conda

Tested on:

Windows 11 Pro for Workstations and WSL2 Debian 12
Processor: Intel(R) Xeon(R) Gold 6138 CPU @ 2.00GHz 2.00 GHz (2 processors)
Installed RAM: 384 GB
VGA: NVIDIA Quadro P2000 5GB