Secondary primary data shezanprojekty

Filtruj

Moje ostatnie wyszukiwania
Pokaż:
Budżet
dla
dla
dla
Typ
Umiejętności
Języki
    Stan Projektu
    2,000 secondary primary data shezan znalezione projekty, cennik w USD

    Witam pytanie odnośnie doświadczenia z bazami nosql. Potrzebuję przygotować serwis z prostym query do bazy danych (bądź baz danych) która zawiera: Słowo, md5(słowo), sha(słowo) (zapewne jeszcze ntlm). Z czasem może być jeszcze wiecej typów. Pisałem baz danych, gdyż jeśli primary key byłby na hashu to wtedy lepiej indeksować kilka baz (wtedy też unikniemy duplikatów) Być może jako backend będzie zastosowany azure table storage (piszę o tym gdyż tam jest pay per GB + pay per transaction (przeba wziąć pod uwagę optymalizację zapytań do obniżenia kosztów). Choć raczej coś lokalnego (np. jako backend cassandra). Baza będzie zawierać na początku około 10 mln słów wraz z ich hashami, docelowo być może nawet kilkaset milionów. Zależy mi na szybk...

    $100 (Avg Bid)
    $100 Średnia Oferta:
    1 składanie ofert

    Witajcie, jestem grafikiem, chciałbym stworzyć podstawę ciekawej strony (dla niedużej firmy reklamowej) oparty o takie rozwiązania: 1. Jako "bazę" strony chciałbym wykorzystać: 2. Jako "warstwę" ponad "bazą" będącą podręcznym menu chciałbym użyć: Istotne, aby do poszczególnych podstron można było się dostać zarówno z menu, jak i standardowym "sterowaniem" z pkt. 1. 3. Jedna podstrona (oprócz obydwu powyższych) musi mieć dodatkowo taki skrypt: Chodzi o stworzenie "szkieletu", czyli 2-3 podstron na podstawie których łatwo złożę pozostałe. Proszę o propozycje cenowe i czasowe.

    $98 (Avg Bid)
    $98 Średnia Oferta:
    6 składanie ofert
    Program w Javie Zakończone left

    Wartości pewnej funkcji dwóch zmiennych z = f( x, y ), gdzie x, y, z przyjmują wartości zmiennoprzecinkowe, przechowywane są w SQL-owym repozytorium danych (w bazie danych) w tabeli o nazwie Otable. Struktura tabeli utworzona została z wykorzystaniem instrukcji CREATE TABLE Otable ( id int NOT NULL, x float NOT NULL, y float NOT NULL, z float NOT NULL ) CONSTRAINT [PK_Otable] PRIMARY KEY ( id ) Połączenie do SQL-owej bazy danych (dostęp do bazy) realizowany jest z wykorzystaniem driverów JDBC poprzez wykonanie metody String database = <db>; // gdzie <db> przekazywany jako parametr URL Connection conn = (database); Zlecę program : Zbiór punktów (x, y) definiuje obszar T nad którym rozpostarta jest ...

    $20 (Avg Bid)
    $20 Średnia Oferta:
    2 składanie ofert
    Skrypt zbierające dane Zakończone left

    ...integracja z api Dane z bazie muszą być unikalne - primary key np. no NIPie firmy Druga część programu to mechanizm umożliwiający pobieranie danych z tworzonej bazy danych wg zadanych kryteriów - np. firmy z branży A znajdujące się w woj. Mazowieckim. Dodatkowo: - możliwość sprawdzenia ilości rekordów w bazie wg zadanych kryteriów - możliwość pobrania wpisów wg zadanych kryteriów + dodanie informacji do bazy danych kiedy i kto pobrał dane - tak aby dane o jednej firmie nie były pobierane kilkukrotnie w ciągu krótkiego okresu czasu. Tutaj konieczna będzie druga tabela w bazie danych W bazie musi być informacja kto i kiedy pobierał dane - pełna historia, choć najbardziej istotna będzie data ostatniego po...

    PHP
    $159 (Avg Bid)
    $159 Średnia Oferta:
    2 składanie ofert

    Witam serdecznie, Chciałbym dokonać 2 zmiany na stronie opartej na sy...Nawigacja za pomocą miniaturek na stronie ze zdjęciem. Musi być możliwość: a) Zmiana ilości wyświetlanych miniaturek. b) Miniaturki muszą być jednakowych rozmiarów (przycięte). Poniżej przykład nawigacji, o którą mi chodzi (dolna nawigacja): [term]=oceans&filters[primary]=images&filters[featured_media]=1&sort=1&o=31 Jest dużo modułów na forum - bardzo podobnych należało by je tylko zmodyfikować. 2. Nawigacja, strzałki lewo i prawo po wciśnięciu zdjęcia - przejście do następnego lub poprzedniego zdjęcia w danej kategorii.

    min $2
    min $2
    0 składanie ofert

    Witam Potrzebuje w wordpress dokonać niewielkich zmian, - wyśrodkować "menu primary" oraz logo, tak żeby były po prostu na środku strony a nie z lewej. - umożliwić dodanie większe logo niż jest to możliwe teraz (85px > 110px) Nie wiem gdzie tego szukać, zależy mi na czasie i nie drogiej pomocy :) Używany szablon "Sierra" PZdr

    $2 (Avg Bid)
    $2 Średnia Oferta:
    1 składanie ofert

    Witam, Na dziś dość nietypowe zlecenie, posiadam tabelę w MySQL z kilkunastoma polami (szczegóły dla zainteresowanych, nie jest to skomplikowana tabela), najważniejszymi z nich są: id (UNIQUE PRIMARY INCREMENT) oraz pole `hash` z md5 z określonej frazy. W czasie wykonywania SELECT na tej tabeli otrzymuję podobne do poniższych wyniki: id - hash 12152794 bac95c3bad262aad46ade840bf301772 12152795 eb61662671e0c65ab051b6ae617c82c5 12152796 eb61662671e0c65ab051b6ae617c82c5 12152797 51121749c825bf53503008b55941b615 12152798 eb61662671e0c65ab051b6ae617c82c5 12152799 35fe2df79ea2951bfab76ee0a9f22a35 Przedmiotem zlecenia jest zaprojektowanie zapytania SQL, które zwróci z SELECT strukturę, w której nie będzie powtarzać się hash, tj. poprzedni wynik powinien wyglą...

    min $2
    min $2
    0 składanie ofert

    Mam problem z updatable VIEW potrzebnym w DRUPAL6 do realizacji wspolnej bazy uzytkowników dla wielu serwisów. I'm connecting to a second database on the same host through a view: The view works as i see in it the data from the table. Next i created a rule to update the source table: I tailored the code for the rule from the documentation and some examples on the web. I'm not certain it is correct. When i try to update data in the view i get the following error: Query failed: ERROR: missing FROM-clause entry for table "new" CONTEXT: Error occurred on dblink connection named "unnamed" Tried googling it but to no effect so far. It would be great if someone could just point me in the right direction. Regards, Pustka...

    min $2
    min $2
    0 składanie ofert

    ...istniejącej strony (). - Użycie jako bazowego tematu - Omega - (możliwe inne ale Omega preferowana) - Temat nie może ograniczać prac SEO - zwalidowany HTML i CSS, przyciski i linki tekstowe, opis obrazków itd. - Temat nie może ograniczać możliwości konfiguracji Drupala w zakresie układu elementów strony. Dodawanie bloków, elementów menu (primary links i secondary links), sloganu, site mission, search box i in. temat graficzny ma wyglądać spójnie i funkcjonalnie. - Temat musi być oryginalny - nie dopuszczam użycia gotowych, darmowych tematów, bądź ich modyfikacji (poza ustalonymi przypadkami). - Projektowany temat może wykorzystywać darmowe elementy dostępne w Internecie (należy wykazać ich legalność, a posługiwanie się nimi ...

    min $2
    min $2
    0 składanie ofert

    ...`komentarze` ( `idkom` int(6) NOT NULL auto_increment, `idogl` int(6) default NULL, `login` varchar(20) default NULL, `data_dodania` varchar(20) default NULL, `komentarz` tinytext, `ver` char(1) NOT NULL default '', PRIMARY KEY (`idkom`), KEY `id` (`idkom`) ) TYPE=MyISAM AUTO_INCREMENT=2 ; i CREATE TABLE `ocena` ( `idoc` int(6) NOT NULL auto_increment, `idogl` int(6) NOT NULL default '0', `ile` int(6) NOT NULL default '0', `srednia` float(4,2) NOT NULL default '0.00', `ocena` int(6) NOT NULL default '0', PRIMARY KEY (`idoc`) ) TYPE=MyISAM AUTO_INCREMENT=4 ; ale po skopiowaniu kodu na stronie wyskauje ze brakuje jakieś funkcji pojawiaja sie błędy wi...

    min $2
    min $2
    0 składanie ofert

    ...'<span id="potwierdz">Error: '.mysql_error().'</span><br />'; } $ile++; } return true; } else { return false; } } else //dodawanie tabeli { if(!(zapytanie("CREATE TABLE `$id` ( `id` int(11) NOT NULL auto_increment, `link` text NOT NULL default '', `title` text NOT NULL default '', `description` text NOT NULL default '', PRIMARY KEY (`id`));"))) aktualizuj_rss($adres,$id); } } function porzadkuj($id) { $ile=mysql_fetch_array(mysql_query("SELECT id from `$id` ORDER BY id DESC LIMIT 1")); $ile=(intval($ile['id'])-40); if (mysql_query("DELETE FROM `$id` WHERE `id` < $ile")) return...

    min $2
    min $2
    0 składanie ofert

    Zlecimy profesjonalne wykonanie i wdrożenie zmian wyglądu i kodu CSS grafiki/szablonów skryptu vBulletin 4.1.2. ( CMS + Forum ) uwzględniające : - zmodyfikowanie wyglądu okien "primary content" i "widget-ów" w oparciu o nasze wytyczne - zmodyfikowanie/przygotowanie nowych Gridów operujących na wartościach stałych w PX ( zamiast domyślnych w % ) - inne zlecone prace na skrypcie teraz i w przyszłości ! Preferujemy wyłącznie osoby/firmy ze znajomością vBulletin, szczególnie z dużym doświadczeniem jego modyfikacji graficznych i kodu i CSS-ów. Oczekujemy profesjonalizmu, za który płacimy.

    min $2
    min $2
    0 składanie ofert

    Zlece wykonanie portalu spolecznosciowego - war...Co-ordinators will be: Karen Ball, Office Manager, and Abbie Barker, Equality Development Officer. . The Project Team will be: Diana Blake, Administrative Assistant, Jack Horwood, Administrative Assistant, and Samantha Partridge, Administrative Assistant. Legal Requirements . Potential bidders should be aware that as an equality and human rights body, ESW&#8217;s primary objective is to promote equality, challenge discrimination and ensure that human rights are universally respected. ESW requires any potential bidder to have these principles embedded in their working practices and expects all equality legislation and regulations to be upheld at all times. Please include your Equality Policy (if you ...

    min $2
    min $2
    0 składanie ofert

    ...kolorystyka, prosta konstrukcja - strona ma wyglądać "poważnie", bez flasha, animacji itd. Zlecenie obejmuje: - Zaprojektowanie tematu wraz z elementami graficznymi i logo firmy. - Temat odpowiednia dla SEO (poprawny HTML, przyciski i linki tekstowe itd.) - Temat ma nie ograniczać możliwości Drupala - w zakresie konfiguracji (bodowy) strony. Po dodaniu bloków, elementów menu (primary links i secondary links), sloganu, site mission, search box itd. strona ma ciągle dobrze wyglądać, a elementy te mają pasować do layoutu. - Przeniesienie wszystkich praw majątkowych na logo oraz temat. Częścią tematu mogą być jakieś darmowe elementy graficzne (ale trzeba wykazać ich legalność i używanie ich nie może być ograniczone). Inną możliwością jest użycie d...

    $101 (Avg Bid)
    $101 Średnia Oferta:
    1 składanie ofert

    ...auto_increment, `produkt_id` bigint(20) NOT NULL default '0', `opcja_id` bigint(20) NOT NULL default '0', `wartosc` text NOT NULL, PRIMARY KEY (`numer`), KEY `produkt_id` (`produkt_id`) ) tabela pomocnicza: CREATE TABLE IF NOT EXISTS `tabela_pomocnicza` ( `numer` bigint(20) NOT NULL auto_increment, `wartosc` text NOT NULL, PRIMARY KEY (`numer`) ) tabela wynikowa: CREATE TABLE IF NOT EXISTS `tabela_wynikowa` ( `numer` bigint(20) NOT NULL auto_increment, `produkt_id` bigint(20) NOT NULL default '0', `opcja_id` bigint(20) NOT NULL default '0', `wartosc_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`numer`), KEY `produkt_id` (`produkt_id`) ) p...

    min $2
    min $2
    0 składanie ofert

    ...Cache, Turbo Memory: 4GB Memory (4x1GB), 1333MHz, Single Ranked UDIMM Operating System:Windows Server 2008 R2, Foundation Edition, x64 OS Partitions: 80GB Microsoft OS Partition Override Hard Drive Configuration: PERC S100 (Embedded SATA Software RAID) supporting 2 Hard Drives &#8211; RAID 1 Primary Controller: No Controller Hard Drives: 2TB 7.2K RPM SATA 3.5in Cabled Hard Drive Power Cords: Power Cord, NEMA 5-15P to C13, wall plug, 10 feet Network Adapter: On-Board Single Gigabit Network Adapter Tape Backup Software: Symantec Backup Exec 2010 Quickstart no maintenance ...

    min $2
    min $2
    0 składanie ofert

    ...użytkownikom kwoty, jednak po stronie skryptu cały czas widnieje saldo 0 Zamieszczam plik tabeli bazy danych : -- -- Struktura tabeli dla `pp` -- CREATE TABLE IF NOT EXISTS `pp` ( `transid` int(11) NOT NULL AUTO_INCREMENT, `userid` int(11) NOT NULL DEFAULT '0', `kwota` int(11) NOT NULL DEFAULT '0', `typ` text NOT NULL, `status` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`transid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin2 AUTO_INCREMENT=11 ; -- -- Struktura tabeli dla `users` -- CREATE TABLE IF NOT EXISTS `users` ( `userid` int(11) NOT NULL AUTO_INCREMENT, `login` text NOT NULL, `haslo` text NOT NULL, `rejestracja` int(11) NOT NULL DEFAULT '0', `imie` text NOT NULL, `email...

    min $2
    min $2
    0 składanie ofert

    ...`id` int(11) NOT NULL auto_increment, `name` text character set utf8 collate utf8_unicode_ci NOT NULL, `image` text character set utf8 collate utf8_unicode_ci, `information` text character set utf8 collate utf8_unicode_ci, `category` int(11) NOT NULL, `category_2` int(11) NOT NULL, `youtube` text character set utf8 collate utf8_unicode_ci, `type` smallint(1) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=223 ; -- -- Zrzut danych tabeli `zbyster_card` -- INSERT INTO `zbyster_card` (`id`, `name`, `image`, `information`, `category`, `category_2`, `youtube`, `type`) VALUES -- -------------------------------------------------------- -- -- Struktura tabeli dla `zbyster_card_stawki` -- CREATE TABLE ...

    $2 (Avg Bid)
    $2 Średnia Oferta:
    1 składanie ofert

    ...'<span id="potwierdz">Error: '.mysql_error().'</span><br />'; } $ile++; } return true; } else { return false; } } else //dodawanie tabeli { if(!(zapytanie("CREATE TABLE `$id` ( `id` int(11) NOT NULL auto_increment, `link` text NOT NULL default '', `title` text NOT NULL default '', `description` text NOT NULL default '', PRIMARY KEY (`id`));"))) aktualizuj_rss($adres,$id); } } function porzadkuj($id) { $ile=mysql_fetch_array(mysql_query("SELECT id from `$id` ORDER BY id DESC LIMIT 1")); $ile=(intval($ile['id'])-40); if (mysql_query("DELETE FROM `$id` WHERE `id` < $ile")) return...

    min $2
    min $2
    0 składanie ofert

    ...id="potwierdz">Error: '.mysql_error().'</span><br />'; } $ile++; } return true; } else { return false; } } else //dodawanie tabeli { if(!(zapytanie("CREATE TABLE `$id` ( `id` int(11) NOT NULL auto_increment, `link` text NOT NULL default '', `title` text NOT NULL default '', `description` text NOT NULL default '', PRIMARY KEY (`id`));"))) aktualizuj_rss($adres,$id); } } function porzadkuj($id) { $ile=mysql_fetch_array(mysql_query("SELECT id from `$id` ORDER BY id DESC LIMIT 1")); $ile=(intval($ile['id'])-40); if (mysql_query("DELETE FROM `$id` WHERE `id` < $ile")) return true...

    min $2
    min $2
    0 składanie ofert

    ...moze byc wiecej. Section 1 Design a WLAN based system In this section, students are supplied with a complex floor plan, the results of a site noise survey and a list of business requirements. Students will be required to design a solution, specify the required equipments, provide a series of design diagrams, and present in report format. Guidelines of the design process: Step 1 Data collection This project starts with collecting user requirements, especially the required bandwidth and its distribution. Please consider the following questions: &#8226; What are the needs of the end users? &#8226; What applications will be used over the WLAN and by whom? &#8226; What bandwidth do these applications require? Step 2 Coverage and throughput A g...

    min $2
    min $2
    0 składanie ofert
    36967 Łatwy skrypt PHP Zakończone left

    Witam. Programuję w innej technologi, nie chce mi się szukać tego na google. Potrzebuję skrypt php, podaję trochę tekstu, tekst jest zapisywany poprzez php do bazy mysql i następuje przekierowanie do stronki typu "dziękujemy za bla bla..." Dla ułatwienia dodam, że tabela zawiera 2 pola: primary key id autoincrement oraz pole na wpisywany tekst typu varchar 128 not null Myślę proste.

    $2 (Avg Bid)
    $2 Średnia Oferta:
    1 składanie ofert

    Witam, Szukam osoby, która DORADZI (za opłatą) jak zoptymalizować zapytania lecące do slow logs. Mogę udostępnić jedynie strukturę bazy danych. Jeden z problemów: SELECT c . * , , FROM games_champs AS c INNER JOIN games_list AS g ON c.champ_gid = INNER JOIN games_cats AS cat ON = cat.c_id gdzie champ_gid PRIMARY gid PRIMARY gcat INDEX c_id PRIMARY nie używa indeksów Najlepszym byłby kontakt na GG:3902876 ewentulanie mail: mrjozolist(@)

    min $2
    min $2
    0 składanie ofert

    ...skryptowe (w przypadku AJAXA może być dłuższe. Formularz ma umożliwiać wprowadzanie, walidację oraz archiwizowanie danych w bazie. Pola formularza (w nawiasie parametry): Id zamówienia (6 cyfr, wymagane) Powód zwrotu (SELECT, wymagane) Imię i nazwisko (text, wymagane) Adres Email (text, walidacja jako email, wymagane) Telefon Numer rachunku bankowego: (text, 26 znaków) Data zauważenia nieprawidłowości (DATA, najlepiej wybierana z kalendarza, wymagane) {Produkt - (tekst wymagane) Numer seryjny - tekst} Chciałbym aby istniała możliwość dodania maksymalnie 4 produktów do 1 reklamacji. Na początku widoczny tylko 1, po kliknięciu na button dodaj produkt do reklamacji wyświetlałby się kolejny div z możliwością dodania następnego pr...

    $20 (Avg Bid)
    $20 Średnia Oferta:
    1 składanie ofert

    ...strony Nie moze to niestety byc inny serwis, chyba ze ktos orientuje sie jakie podobne serwisy oferuja prowadzenie konkursow sms bez posiadania działalności gospodarczej. Konkursow ma byc 6, rozne kwoty. Jesli chodzi o jakie raporty maja byc generowane: struktura istniejącej już tabeli w bazie: CREATE TABLE `doladowania` ( `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY , `osobanr` INT NOT NULL COMMENT 'którą osobą wysyłającą SMS jest klient', `text` CHAR( 255 ) NOT NULL COMMENT 'treść SMSa', `number` INT( 5 ) NOT NULL COMMENT 'numer na który został wysłany SMS', `kwota` INT( 4 ) NOT NULL COMMENT 'za jaką kwotę doładowanie', `sender` BIGINT( 11 ) NOT NULL COMMENT 'numer telefonu osoby, która wy...

    min $2
    min $2
    0 składanie ofert

    ...`last_signin` varchar(12) NOT NULL default '', `email` varchar(150) NOT NULL default '', `favorite` enum('0','1') NOT NULL default '1', `power` enum('0','1','2') NOT NULL default '0', `about` text NOT NULL, `avatar` varchar(255) NOT NULL default '', `activation_key` varchar(20) NOT NULL default '', `new_password` varchar(32) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) TYPE=MyISAM AUTO_INCREMENT=2430 ; -- -- Zrzut danych tabeli `pm_users` -- INSERT INTO `pm_users` VALUES (1, 'sLAm', '9a12a6fc1772f75b025d90f5d5dc0a59', 'Administrator'...

    min $2
    min $2
    0 składanie ofert

    Przedmiotem zlecenia jest wykonanie aplikacji spełniającej 2 proste warunki: 1) napisana w Delphi (kod źródłowy) 2) przycisk na formatce + funkcja przełączająca dwa monitory tak, aby pierwszy z nich stał się PRIMARY, a drugi SECONDARY oraz drugi przycisk w sposób analogiczny, ale na odwrót : )

    min $2
    min $2
    0 składanie ofert

    ... `miej` varchar(64) NOT NULL default '', `wiek` varchar(32) NOT NULL default '', `post` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `keyid` varchar(128) NOT NULL default '', `stat` varchar(8) NOT NULL default '', `admin` varchar(8) NOT NULL default 'no', `avatar` varchar(255) NOT NULL default '', `avatar_typ` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `nick` (`nick`) ) ENGINE=MyISAM AUTO_INCREMENT=84769 DEFAULT CHARSET=latin2 AUTO_INCREMENT=84769 ; -- -- Zrzut danych tabeli `users` -- INSERT INTO `users` VALUES (37759, 'NICK', 'PASS', 'gesmis@', '', '', �...

    min $2
    min $2
    0 składanie ofert

    ...varchar(64) NOT NULL default '', `wiek` varchar(32) NOT NULL default '', `post` text NOT NULL, `date` datetime NOT NULL default '0000-00-00 00:00:00', `keyid` varchar(128) NOT NULL default '', `stat` varchar(8) NOT NULL default '', `admin` varchar(8) NOT NULL default 'no', `avatar` varchar(255) NOT NULL default '', `avatar_typ` tinyint(4) NOT NULL default '0', PRIMARY KEY (`id`), UNIQUE KEY `nick` (`nick`) ) ENGINE=MyISAM AUTO_INCREMENT=84769 DEFAULT CHARSET=latin2 AUTO_INCREMENT=84769 ; -- -- Zrzut danych tabeli `users` -- INSERT INTO `users` VALUES (37759, 'NICK', 'PASS', 'gesmis@', '', '...

    $9 (Avg Bid)
    $9 Średnia Oferta:
    1 składanie ofert

    Szczegóły projektu: Język programowania: PHP 5.0 Bazy danych: MySQL Tytuł projektu: książka telefoniczna Ilość baz: 1 Ilość tabel: 3 (można poszerzyć liczbę tabel) Tabela uzytkownik - iduzytkownik (primary key, auto_increment, unsigned int) - imie (varchar(50)) - nazwisko (varchar(50)) Tabela numertelefonu - idnumer (primary key, auto_increment, unsigned int) - numertelefonu (varchar(20)) Tabela ks_tel - iduzytkownik (primary key, auto_increment, unsigned int) - idnumer (primary key, auto_increment, unsigned int) Moje oczekiwania: 1. Projekt wykorzystuje uwierzytelnianie. (wykorzystanie zmiennych sesyjnych 2. W projekcie można dodawać, usuwać lub modyfikować dane użytkownika (wykorzystując tabelę uzytkownik) 3. W projekcie moż...

    min $2
    min $2
    0 składanie ofert

    ...date_last_click) values ('18', '4', '', '0', NULL); drop table if exists newsletters; create table newsletters ( newsletters_id int(11) not null auto_increment, title varchar(255) not null , content text not null , module varchar(255) not null , date_added datetime default '0000-00-00 00:00:00' not null , date_sent datetime , status int(1) , locked int(1) default '0' , PRIMARY KEY (newsletters_id) Tak jak pisałem wyżej: w adminie sklepu można zrobić kopie zapasową bazy danych na dysk twardy PC w postaci pliku nazwa.sgl. Ja otworzylem go za pomoca edytora html ED HTML...

    $2 - $8
    $2 - $8
    0 składanie ofert

    ... `nip` varchar(30) collate utf8_polish_ci default NULL, `tel` varchar(40) collate utf8_polish_ci default NULL, `telkom` varchar(10) collate utf8_polish_ci default NULL, `email` varchar(20) collate utf8_polish_ci default NULL, `fax` varchar(20) collate utf8_polish_ci default NULL, `www` varchar(20) collate utf8_polish_ci default NULL, `uwagi` text collate utf8_polish_ci, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci; należy wprowadzić do niej dane, które są w pliku *.xls niestety kolumny w exelu nie pokrywają się z kolumnami w tabeli. Trzeba zatem odfiltrować dane i wprowadzić do odpowiednich komórek. przykładowy rekord: GEERS Akustyka Słuchu || ul. Głęboka 10/ 13, 20-612 Lublin || 08...

    $8 (Avg Bid)
    $8 Średnia Oferta:
    1 składanie ofert

    Zlece napisanie prostego skryptu, który zapisywałby automatycznie dane dotyczące wpłat przesyłane z PayPala w formie In... `date` date NOT NULL default '0000-00-00', `email` varchar(255) NOT NULL default '', `amount` varchar(255) NOT NULL default '', `published` tinyint(1) NOT NULL default '0', `checked_out` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) TYPE=MyISAM. - Wszystkie informacje o zasadach działania mechanizmu, informacjach, które wysyła PayPal oraz przykłady skryptów można - znaleść na stronie : po angielsku. Dane które mają być wprowadzane to: -imie/nazwa wpłacającego, -mail, -data w formacie: 2004/01/20 -kwota Prosze o oferty wyłącznie z proponowaną ceną za r...

    $40 (Avg Bid)
    $40 Średnia Oferta:
    1 składanie ofert

    ..."public"."accounts" ( "login" VARCHAR(25) NOT NULL, "password" CHAR(16) NOT NULL, "email" VARCHAR(128) NOT NULL, CONSTRAINT "accounts_pkey" PRIMARY KEY("login") ) WITHOUT OIDS; CREATE TABLE "public"."users" ( "login" VARCHAR(25) NOT NULL, "name" VARCHAR(32), "surname" VARCHAR(32), "email" VARCHAR(128), "sex" SMALLINT, "year" SMALLINT, "city" VARCHAR(32), "country" VARCHAR(32), "homepage" VARCHAR(128), "occupation" VARCHAR(32), "interests" VARCHAR(256), "phone" VARCHAR...

    $71 (Avg Bid)
    $71 Średnia Oferta:
    1 składanie ofert

    ...the deficit of bone matrix. We presume that polypeptides and amino acids, which are part of fish collagen, can cause biosynthesis of our natural collagen (bone matrix), to which calcium and phosphorus arę added. It aids bone reconstruction and hence the alleviation of ailments. Collagen can also be used to cure acne. Increased glandular activity and insufficient exfoliation of the epidermis arę primary causes of acne. Collagen has an acidic pH, which acts as a kind of protec-tive shield for skin with acne. A Iow pH also has anti-bacterial properties. To summarize, Collagen Beauty has hydrophilic properties. After applying to the skin, it creates a protein net, which can absorb and retain water and lipid substances. Due to this fact, fish collagen has deep moisturising propertie...

    min $2
    min $2
    0 składanie ofert

    ...the deficit of bone matrix. We presume that polypeptides and amino acids, which are part of fish collagen, can cause biosynthesis of our natural collagen (bone matrix), to which calcium and phosphorus arę added. It aids bone reconstruction and hence the alleviation of ailments. Collagen can also be used to cure acne. Increased glandular activity and insufficient exfoliation of the epidermis arę primary causes of acne. Collagen has an acidic pH, which acts as a kind of protec-tive shield for skin with acne. A Iow pH also has anti-bacterial properties. To summarize, Collagen Beauty has hydrophilic properties. After applying to the skin, it creates a protein net, which can absorb and retain water and lipid substances. Due to this fact, fish collagen has deep moisturising propertie...

    min $2
    min $2
    0 składanie ofert

    ...image generation duration is over 5 seconds. I'm looking to significantly reduce this time while maintaining the image quality. - The targeted image resolution is 'Standard Definition (SD)', so the optimizations and improvements should be focused on this specific resolution. - The main focus for this project is on speed. While maintaining a balance between speed and image quality is important, the primary goal is to significantly speed up the image generation process. Ideal Candidate: - A proven track record in AI image generation, particularly in optimizing the process for speed. - Proficiency with AI image generation tools and techniques. - Strong understanding of the trade-offs between speed, quality, and cost in AI image generation. - Excellent problem-solvin...

    $11 / hr (Avg Bid)
    $11 / hr Średnia Oferta:
    3 składanie ofert

    I need a skilled IT Sales Manager to handle the sales of our software solutions and IT consulting services. The primary responsibilities of the role are generating leads, closing deals, and managing clients. Ideal Skills and Experience: - Previous experience in B2B sales, preferably in the IT industry - Proven success in generating leads and closing deals - Excellent communication and negotiation skills - Ability to understand and articulate technical information - Good understanding of software solutions and IT consulting services Your target industries are flexible, so the ability to adapt to different sectors is a plus. Please share your relevant experience in your bid.

    min $30 / hr
    min $30 / hr
    0 składanie ofert

    I have a concept for a lifestyle-oriented mobile application but I'm looking for a skilled developer to help guide this concept into a functional, user-friendly app. The app should predominantly serve as a tool for daily lifestyle management, providing users with a variety of features to enhance their day-to-day life. Key Points: - The app's primary function is to support users with their daily routines. This could include features such as scheduling, reminders, health tracking, or lifestyle tips. - The focus of the app should be on usability and intuitive design. The user experience is crucial as the app should be easy to navigate and visually appealing. - I need the app completed within a month, so a developer who can efficiently manage their time and resources is ideal...

    $4416 (Avg Bid)
    $4416 Średnia Oferta:
    35 składanie ofert

    I'm seeking a proficient PowerPoint expert to fine-tune my presentation. The tasks entail: - Expert slide formatting: Your primary task will be to format the slides to enhance readability and visual appeal. - Slide layout designing: You'll be in charge of creating a layout that effectively communicates the information and is visually engaging. - Working with color schemes: I need your expertise in choosing and applying color schemes that align with the presentation's theme and mood. Ideal Skills: - Proficiency in Microsoft PowerPoint - Strong understanding of color theory - Creativity and an eye for design - Experience in corporate presentations Style Guide: The overall theme should be 'Professional and Corporate', thus it's essential that it m...

    $70 (Avg Bid)
    $70 Średnia Oferta:
    20 składanie ofert

    I am in need of a talented tool designer, specializing in progressive tools. These will be used in the manufacturing industry to work specifically with metals. Key Requirements: - The primary goal is to increase the productivity of our manufacturing processes. Your design should focus on achieving faster and more efficient operations, while maintaining the high standards of precision that our industry requires. - Your experience in designing tools for the manufacturing sector is crucial. The understanding of the materials and processes involved in working with metals is a must. Ideal Skills: - Progressive tool design - Manufacturing industry knowledge - Expertise in working with metals - Ability to balance productivity and precision in your designs

    $101 (Avg Bid)
    $101 Średnia Oferta:
    2 składanie ofert

    I'm searching for a skilled Facebook Ads specialist who can maximize the potential of this platform to generate leads for my business. Key Requirements: - Proven work experience in managing successful Facebook ad campaigns. - Deep understanding of lead generation strategies through Facebook. - Ability to tailor ad content and creatives towards the professional audience (25-54). Your primary goal will be to generate high-quality leads from this demographic, driving them to my website. I expect you to: - Craft attractive ad copies and visuals that resonate with professionals. - Conduct thorough research on the target audience to ensure the ads are highly relevant. - Optimize the campaigns regularly to maximize lead generation and minimize cost per lead. Understanding of Facebo...

    $44 (Avg Bid)
    $44 Średnia Oferta:
    6 składanie ofert
    Minimalist Blue Logo Design 6 dni left
    ZWERYFIKOWANY

    I'm in need of logo for my company. The logo will be used on my website and in various print materials. - Primary color: blue - Usage: website, print materials Ideal freelancer for me should have: - Proficiency in graphic design - Strong portfolio showcasing minimalistic design - Experience in creating versatile logos that work on both digital and print platforms.

    $24 (Avg Bid)
    $24 Średnia Oferta:
    103 składanie ofert

    I need an experienced Superset developer to improve and customize my existing project. The primary focus of this project is to enhance the user interface and hunt down and replace poor layout aesthetics and confusing data presentation. Key tasks include, but may not be limited to: - Customizing the dashboard layout to make it more user-friendly and intuitive - Adding new visualization types to better represent data - Integrating the project with external data sources for wider data accessibility Ideal candidates should be proficient in Superset and have a solid background in UI/UX design and data visualization. Familiarity with third-party data integration will be an added advantage. This project requires not only technical expertise but ...

    $1294 (Avg Bid)
    $1294 Średnia Oferta:
    146 składanie ofert

    I am looking for a talented UI/UX designer who can breathe a fresh life into my website by improving the user experience. - Key goal: The primary goal is to improve the user experience. We want our website to be intuitive, easy-to-navigate and engaging for the users. - Target audience: We are catering to a diverse audience - general public, corporate professionals, and students. The design must resonate with these broad demographic groups. - Web features: While specifics weren't highlighted, the ideal candidate will have a well-rounded knowledge of a range of web features and functionalities. Skills and Experience: • Proven UI/UX design experience • Proficiency with web design software and technologies • Ability to create design concepts resonating with a...

    $37 (Avg Bid)
    $37 Średnia Oferta:
    6 składanie ofert

    I'm searching for a skilled Google Ads specialist to help me achieve my goal of increasing website traffic. The core of the project will involve running a Search Network Campaign. Key Project Details: - Goal: The primary objective of this campaign is to boost website visits. - Audience: The target audience for these ads is professionals aged 25-54.

    $107 (Avg Bid)
    $107 Średnia Oferta:
    23 składanie ofert

    I need a robust AI solution that focuses on detecting people indoors based on CCTV Key Requirements: - The primary purpose of this project is object detection, with a focus on identifying and counting people. - The solution should be tailored for indoor environments, ensuring that the detection is reliable and accurate in such settings. Ideal Skills and Experience: - Strong background in AI, particularly in object detection and recognition. - Prior experience with similar projects, especially those involving people counting. - An understanding of indoor environments and the challenges they might pose for object detection. The goal is to have a system in place that can accurately detect people indoors, aiding in various applications.

    $1206 (Avg Bid)
    $1206 Średnia Oferta:
    50 składanie ofert

    I'm in need of a skilled image editor to handle a small batch of image editing tasks. The primary requirements for the job include: - Background Removal: The images need to have their background removed effectively. This is crucial for enhancing the visual appeal and professional look of the product images. - Color Correction: Ensuring the color accuracy and consistency in the images is essential. Proper color correction will help in presenting the products in the best light. - Image Resizing: All edited images must be resized to meet the desired dimensions and format. The final images should be in JPEG format. The entire editing process for all images should not take more than an hour. Your ability to deliver high-quality results in a timely manner is critical for this proje...

    $23 (Avg Bid)
    $23 Średnia Oferta:
    73 składanie ofert

    We are Google Ads PPC agency focused on driving conversions through creating, managing, optimizing campaigns with primary goal of boosting sales for our client. We are targeting mostly US audience and potentially other English speaking audiences. I am seeking an expert in Google Ads Pay Per Click (PPC) to create, manage, and optimize a campaign with my primary goal of boosting sales. Our clients primarily own businesses that fall under construction niches (B2C) with rather high paying clients - so it would be best if you already have experience in that kind of market. Key responsibilities include: - Keyword research and selection - Ad creation and optimization - PPC bid management and ROI tracking - Analysis and reporting - Crafting marketing strategy that will drive conv...

    $289 (Avg Bid)
    $289 Średnia Oferta:
    34 składanie ofert
    Trophy icon Home To Home 2 dni left

    I am seeking a talented graphic designer to assist in the creation of a logo for my brand, "Company name 1". Required Elements: -The logo should prominently incorporate "letters or text". Aesthetic Preferences: - Red should be the primary color used in the design. Ideal Skills and Experience: - Experience with typography - Proficient in Adobe Creative Suite, especially Illustrator and Photoshop - Previous experience designing logos I look forward to your creative ideas and to partnering with you on this project.

    $44 (Avg Bid)
    $44
    2 zgłoszenia