Skip to content
View paulinep's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Boolive

Block or report paulinep

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. функции для взаимной конвертации (ту... функции для взаимной конвертации (туда обратно) Из JSON в строку location.search
    1
    /*превращает объект в строку вида 
    2
    criteria%5Bproperties%5D%5Bx0005656%5D%5Bfrom%5D=1&criteria%5Bproperties%5D%5Bx0005656%5D%5Bto%5D=4&sorting%5Bstock%3A545%5D=asc
    3
    */
    4
    export function serialize (obj: ICatalogParams, prefix=''): string {
    5
        var str = []
  2. k combinations of N elements. k, ... k combinations of N elements. k, n are natural numbers 0<=k<=n. The output is the nessesary number of rows.
    1
    process.stdin.on('readable', () => {
    2
      const v = process.stdin.read();
    3
      if (v !== null) {
    4
        let input = v.toString('utf8').split(" ").map(n => parseInt(n));
    5
        let k = input[0] || 0;
  3. images-backend images-backend Public

    TypeScript

  4. portfolio portfolio Public

    Forked from ylabio/react-skeleton

    Skeleton applications on React

    TypeScript