C
C
cheerfulatlas2015-08-18 16:30:44
bash
cheerfulatlas, 2015-08-18 16:30:44

Graphic exchange where freelancers offer their options. Can you help me find it?

Friends, if I didn’t come up with it, I once saw a graphic exchange (an exchange of designers and illustrators), where freelancers immediately offer their options and sketches for a specific task (most likely with a predetermined budget). Thus, from the moment the order is placed, there is a competition.
Thank you.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
X
xotkot, 2019-02-17
@xotkot

If someone knows how else to minimize and speed up the code, please show)

read -e -n 1 -p "ответ ? [Y/n] " y
if 
  then echo "OK"
  else echo "NO"
fi

even a little easier, since we already read one character:
read -e -n 1 -p "ответ ? [Y/n] " y
if 
  then echo "OK"
  else echo "NO"
fi

A
Andrey, 2019-02-17
@officialandrey

It's rewritten like this:

#!/bin/bash
read str 
if [ $str == "y" ] || [ $str == "Y" ] 
then echo "YES" 
else echo "NO" 
fi

Everything is working!
If someone knows how else to minimize and speed up the code, please show)

T
Tin Iven, 2015-08-18
@cheerfulatlas

Choose for any color and taste:
99designs.com
dizkon.ru
weblancer.net/contests
fl.ru/konkurs
freelance.boutique/contest

D
D', 2015-08-18
@Denormalization

On fl.ru, it was possible to arrange contests, if I'm not mistaken.

P
Puma Thailand, 2015-08-19
@opium

in a closed area for designers dopizdato.ru or something like that.

A
agileralera, 2017-03-26
@agileralera

Somewhere on the site gfx-market.com I saw a link to such a graphics exchange.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question