Rsa algorithm jspработы
Есть Crash рулетка, что такое краш: идёт график, до какого-то значения, игроки делают ставки, нужно успеть вывести свою ставку до того момента, как график упадет. Если игрок ставит 10 рублей, и выводит на 2x, он получает 20 рублей, если не успевает вывести, то остается ни с чем. Нужно изменить алгоритм этой рулетки, если у вас есть опыт в этом, будет супер. ENGLISH: There is Crash gambling, wh...
Реализовано блочное шифрование на ChaCha + RSA. Сейчас при шифровании файла создается и пишется на диск его шифрованная копия, а сам файл затирается. Поэтому на больших файлах (от 2 Гб) может появиться ошибка при его копировании. Необходимо поправить метод шифрования: шифровать только заголовки и не копировать файл а сразу его перезаписывать. Предоставлю исходный код выбранному соискателю. Проект ...
Fylhtq, добрый вечер! Ищу Fullstack Java-разработчика в компанию R-Style Softlab (Эр-Стайл Софтлаб) (г.Москва). Компания делает банковские ИТ продукты, системы интернет-банкинга и мобильные приложения, которые успешно работают в крупнейших банках России и СНГ. Стек технологий: Java, JSP, HTML ,CSS, Spring Framework, JavaScript, Postgre, SQL ,SVN, Git, ORACLE. Интересно было бы обсудить?
Write two algorithms Matrix Multiplication by Cannon Algorithm and Matrix Multiplication by Fox Algorithm in C ++ using MPI
Необходимо поднять пул из готовых решений (имеется в виду что вы запускали подобный пул ранее или знаете как его собрать из доступных источников на подобии github. данная процедура занимает от 2-х до 8 (если с поднятием ноды) часов.) Параметры: 1. Мультивалютный пул на D-HASHIMOTO 2. Алгоритм награды Solo - все комиссии блока идут нашедшему блок - пул получа...
It is required to write a module for HASHCAT England google translate: In the program HASHCAT ([войдите, чтобы посмотреть URL]) OCL / GPU ver. it is required to add support for the algorithm for solving the ETHEREUM SHA256 and ETHEREUM Keccak-256 At the input list of open addresses, the output address: password. Examples of input and output files can be viewed in the attachment to the project: [в...
I need an algorithm that will tell how much electricity is consumed any device at home at the moment, and during the month. So I just might see what device is working at the moment, plus I could deactivate them remotely. And it would have worked SMS alert when I leave the house. Waiting for your suggestions.
Учебный центр РДТЕХ приглашает к сотрудничеству на постоянной основе экспертов-разработчиков Java. Обязанности: чтение курсов по тематике Java Standard Edition, Java Enterprise Edition (по готовым программам), экспертное консультирование, ответы на вопросы обучающихся. Курсы очные, территориально - м. Нагатинская. Количество часов в неделю и дни чтения курсов обговариваются, учитывая возможности...
Необходимы 2 java разработчика для участия в проекте разработки банковского ПО: • Core Java • JSP • Vaadin • HTML, CSS, JavaScript, JQuery
Need to write a bot to play HiLo (turbo) on the market betfair. Will need to bid for a given algorithm. You must make a personal account to any user could specify your login and password to the bot-promoter score. For the administrator to make the function of manual moderation and ON / OFF bot for a specific user. -------------------- Необходимо написать бот для игры HiLo (turbo) на рынк...
Using data from google places (location) and app data from users (ratings) an algorithm will recommend the user to the 'best' coffee shop. This is a proof of concept with a very basic GUI and minimal back end. If it works and you do a good job, there is much more to come.
Создание Веб приложения по регистрация медицинских услуг (три формы: поиск пациента, редактирование персональных данных, редактирование услуги). База: Access доступ по ODBC Логика: TomCat (JSP) Интерфейс: JQuery+AJAX
Oracle Apex 4.2 График заселённости. Необходимо сделать график заселённости на сайте Картинка [войдите, чтобы посмотреть URL]:4:0::NO::: (Кто будет смотреть Требуется разрешения куки и [войдите, чтобы посмотреть URL] не работает через прокси).(Если,что картинку цепляю) Без знания Oracle Apex 4.2 просьба не писать. Дано период. Даны записи по принципу Номер комнаты ее ёмкость(вместимост...
Q1: Implement the ‘Gaussian Blur’ algorithm for smoothing (filtering noise) in MATLAB /Java, test and compare the results. Q2: Implement the ‘Sobel Operator for Edge Detection’ of the image, ‘Img (smooth)’ that you created by applying the ‘Gaussian Blur’ in Q1 above. You can program in MATLAB/Java, test and compare the results as you did in Q1.
Write a simple golang application. Your application must have a struct representing students. Each student must have student id, name, GPA and place of birth. 1- When a user runs your application, ask the user to enter a positive number, referred as n Then, ask the user to provide the details of n students. Save the collected details in a one-dimensional array. The size of the array must be fixe...
Looking for someone that can write a software, algorithm or a script that can monitor the Stock market to identify when a stock reaches it's daily high and the daily low. I am open to any ideas.
I have a python project need to be done. The project goal is to do link prediction on articles. Meaning you can add an article and get the number and details of the articles that are most likely to cite him. I want an algorithm that can create a directed graph base on existing dataset ("Cora") or other if you know one in a manner of article –cites--> article. Later the graph wil...
The bank validates the customer's eligibility for loans, the customer first applies for loan. Doing this manually takes a lot of time therefore, based on customer data, we wants to automate the loan eligibility process The bank want to identify the factors and customer segments that are eligible for taking loan The solution is Bank would give loans to only those customers that are eligible so...
We want to ensure both men and women are able to purchase our sweatshirts in their ideal fit. We would like to create a sizing guide web tool which calculates the right size for customers based on chest size, and waist size and height (hips for women). The three inputs would be controlled by sliders, with animation of a simple 3D model that will adjust in correlation. There will need to be an opti...
convert an NFA-lambda M = (Q,Sigma,delta,q0,F) into a DFA M' = DM. The input specifies M, and your algorithm should construct the input transition function t (table) for M. As output you should produce the t-table of M, and all elements specifying M' = (Q',Sigma,delta',q0',F'). You may develop your own notation, e.g., to represent the states of the DFA.
HI Java/Data Structure Algorithm project complete
Propose a Linear correlation scheme to detect physical layer identity from NR sidelink synchronisation signal such as sidelink primary side synchronization (SPSS), sidelink secondary side synchronization (SSSS) , DMRS signal for Sidelink physical broadcast channel & Sidelink physical control channel. Develop the algorithm for all signal in MATLAB. Compare those signals with LTE sidelink signa...
We need a server side code that can generate Shotcode algorithm and client side that can both generate and read the shotcode from camera. The server side code need to be written in GO and client side should be compatible with Flutter and works in both Android and iOS environment. To understand the requirements you can install the Kik messenger app and navigate to "Kik Code" section.
I have a python project need to be done. The project goal is to do link prediction on articles. Meaning you can add an article and get the number and details of the articles that are most likely to cite him. I want an algorithm that can create a directed graph base on existing dataset ("Cora") or other if you know one in a manner of article –cites--> article. Later the graph wil...
Looking for a website to be built to promote and host tournaments for games - Please message me for an example. The site should be able to show upcoming tournaments which would be published from the backend admin pannel. Users must be able to register to the site to sign up and pay for tournaments. Once users are signed up, there will be an algorithm which you will need to develop to assign playe...
I am looking for a codility expert with strong algorithm and coding skills. There has been a codility test for the job taker to attend to, which consists of four tasks that require you to write short programs. There is a 100-minute time limit for all four tasks and test must be completed within the next 72 hours. The focus is on algorithms and the programming languages in python. I am ready pa...
Algorithm assignment
I have a python project need to be done. The project goal is to do link prediction on articles. Meaning you can add an article and get the number and details of the articles that are most likely to cite him. I want an algorithm that can create a directed graph base on existing dataset ("Cora") or other if you know one in a manner of article –cites--> article. Later the graph wil...
Dear applicant I am looking for an academic writer on a long-term basis to assist me in writing my proposal ( 25 pages only including references). I will do the work but sometimes I miss some valuable info or I cant paraphrase the text. Also, I always get comments to edit my writing from my supervisor so I need major help in academic writing. In addition, I want you to help me implementing my al...
please provide me all algorithm codes and data of my mtech project and somebody please tell me what to do with this paper
PTYHON WORK Work to do. 1. Description We have bboxes that has been added to the invoices Below the table in the invoice we must consider they are moving in Y-direction since the table with prices expands and retracts. We have made a model with the table so it detects the table and the values. This can probably be enhanced. In the attached image I show an example of the problem. Same supplier c...
Need a Scala/Java developer with ML knowledge to create a trading algorithm that used to buy and sell on various time frames. Accuracy needed is 90% and above. The algorithm need to be preferment for low and high time frames and well backtested. The main goal is to catch every price bounce with buy and sell signals. Price is negotiable based on the produced algorithms. Willing to pay for performa...
I want to develop a delevery system algorithm for UAVs , that gives me the shortest path between start and goal. This algoruthm can take input starting node target node and the obstcales in the surrounding . the output will be the path that is the minimum distance covered between the points.
Use Feature Description Algorithm- Principal Component Analysis (PCA), For Classification- Used Random Forest (RF), Associative and non-associative Markov networks, Conditional Random Fields Feature Description Algorithm- Histogram of Gradient (HOG) and Local Self Similarity (LSS). Matching Algorithm – 3 Dimensional Fast Fourier Transform (3DFFT)
Feature Description Algorithm- Principal Component Analysis (PCA) For Classification- Used Random Forest (RF), Associative and non-associative Markov networks, Conditional Random Fields (CRFs
Hi, Just need to call an external website link in iframe which is implemented with CROS policy and download a file into my server. Any technology is ok,html or java or jsp,any thing
computer vision and image processing
I need to create a scenario in blender, unity or some similar software, that looks like a golf course (very simple) Then I would like to use some script to position the camera randomly in different places and take 3 images. 1 image of the scene 4” from the ground 1 another image of the scene from another camera located 8.25 ” to the right of the previous one 1 depth map of the scene (...
I want to add a new point system to a current algorithm. I've describe the project here. [войдите, чтобы посмотреть URL] I'm looking for someone in my timezone, so if you can respond back with your timezone, that would be great and at least I know you have read the project.
I am looking for a developer to build simple program to test the following inverse kinematics algorithm build for [войдите, чтобы посмотреть URL]: CCDIK: [войдите, чтобы посмотреть URL]
Responsibilities: - Responsibility for the design and implementation of front-end features - Significant control and influence over the front-end architecture - Responsible for the technical development of Front-End Developers within your team - Full participation in our Agile software development activities i.e. daily stands ups, sprint reviews etc. - Responsible for CI and delivery Must have sk...
I am looking for a python developer who has experience in writing genetic algorithms. This is a very urgent task and should be completed in three hours. If you have no experience in writing genetic algorithms, do not bid. [войдите, чтобы посмотреть URL]
I am looking for a python developer who has experience in writing genetic algorithms. This is a very urgent task and should be completed in three hours. If you have no experience in writing genetic algorithms, do not bid. [войдите, чтобы посмотреть URL]
PTYHON WORK Work to do. 1. Description We have bboxes that has been added to the invoices Below the table in the invoice we must consider they are moving in Y-direction since the table with prices expands and retracts. We have made a model with the table so it detects the table and the values. This can probably be enhanced. In the attached image I show an example of the problem. Same supplier c...
develop search engine by c programming. i need expert, don't waste time.