Skip to content

Instantly share code, notes, and snippets.

View sherpc's full-sized avatar

Alexander Sher sherpc

View GitHub Profile
@sherpc
sherpc / lab2.cs
Created June 3, 2012 10:16 — forked from anonymous/lab2
Newton's method & simple iterations method
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace NumericalAnalysis
{
class NonlinearEquations
{
@sherpc
sherpc / _form.html.slim
Created February 22, 2012 22:06
ololol
= simple_form_for(@admin_client) do |f|
= f.error_notification
.inputs
= f.input :code_name, :label => 'Кодовое имя'
#pic_icon
= image_tag @admin_client.logo.url
= f.input :logo, :label => 'Иконка'
= f.input :public, :label => 'Публичное?'
#lang_panel
@sherpc
sherpc / myShop.cs
Created February 12, 2012 18:16 — forked from anonymous/Uset.cs
class Program
{
static void Main(string[] args)
{
}
}
class user // класс содержит поля и методы польозвателя
// login, email, password, и методы : * newUser (cоздать нового пользователя)
// * delUser (удалить пользователя)
// * listUser (вывести список пользователей)