Skip to content

Instantly share code, notes, and snippets.

@subena22jf
subena22jf / multipart.cs
Last active January 27, 2024 06:48
c# download multi part
using System;
using System.Collections.Generic;
using System.IO;
using System.Net.Http;
using System.Threading.Tasks;
namespace TestApp
{
internal class Program
{
@subena22jf
subena22jf / Random2.cs
Last active May 8, 2021 01:32
c# random string
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System.Maths
{
public class Random
{
public int index;
@subena22jf
subena22jf / Random
Last active July 8, 2021 14:11
c# Random with long values
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System.Maths
{
public class Random
{
public int index;