Int icông việc
Need help to simply create a MySQL query to change table sequence_invoice_1 and have changed type of "sequence_value" from int(10) to bigint(20).
The goals of this project are: To design Divide & Conquer and Dynamic Programming algorithms for a given problem. To prove the correctness of your algorithms and analyze them in terms of running time and space requirements. To implement and test them. To document your findings in a project report. You are organizing the perfect party and you are given a list of people that can potent...
I have a Rest API and I need to implement Dighest Authentication with Java. The project is made with Java 1.8 and gradle, it has Spring, but I need it to be the simplest because I am not an expert on the subject and I want to only copy and paste the classes in the project. I will receive a REQUEST with some parameters in the header, such as: Date: Wed, 02 Nov 2016 09:17:54 GMT X-TransferTo-Apikey...
I have been researching for a way to create a List that contains Multiple lists of int and string such as: Parent List will contain children lists and each child list contains two items (ID and Name) that doesn't have to be equal in number of items(this is why I can't use Tuples Example: parent List child List One ID = many Name = 1 to add values we do: [đăng nhập để xem URL](somethin...
Hi, I have already a Telegram Bot written on Python. I have the Problem , that the Bot will put out some errors, and stops running after random time. Traceback (most recent call last): File "/usr/lib/python3.8/[đăng nhập để xem URL]", line 932, in _bootstrap_inner [đăng nhập để xem URL]() File "/usr/local/lib/python3.8/dist-packages/silbot/[đăng nhập để xem URL]", li...
I’m looking for someone to write a C program for me. This program needs to be C language not C++. I have provided the template to start. Please give explanation. I am lost. #include <stdio.h> #include <math.h> #include <string.h> // if you are writing your own functions, declare them here int main() { int size = -1; double yrange = 0., xrange = 0.; char fn =...
Tengo un API Rest y necesito implementar Dighest Autentication con Java. El proyecto está hecho con Java 1.8 y gradle, tiene Spring, pero necesito que sea lo más sencillo porque no soy experto en el tema y quiero solo copiar y pegar las clases en el proyecto. Yo recibiré un REQUEST con algunos parametros en el header, como son: Date: Wed, 02 Nov 2016 09:17:54 GMT X-TransferT...
I need a 3ds max file for this specific handle, as close as possible The handle is [đăng nhập để xem URL] or [đăng nhập để xem URL]
Create and test a class called Points2D. This class describes a sequence of 2D points (i.e. points in the 2D-plane). For example (1, 3), (4, 5) is a sequence of two points, where each coordinate is an integer. (1.2, 3.4), (5.6, 10.1), (11.1, 12.0) is a sequence of three points where each coordinate is a double. A sequence can have any size. An empty sequence has size 0. The purpose of this assignm...
Create an application class named ConSet. The application contains a Run method that includes a type parameter so that the application can be run working with a particular type of set (e.g. int elements or double elements, etc). The Run method takes an ISetFactory parameter (dependency injection) which it uses to create the set objects as described below. The application asks the user to enter two...
Hi Lan H., I noticed your profile and would like to offer you my project. Convert formatted text files int csv database file
Hi, I am looking for some one to provide me a working code for the following questions Question no 1------------------------------------------------------------------------------------------------------------------------------ Using PHP An investor has saved some money and wants to invest in the stock market. There are a number of stocks to choose from, and they want to buy at most 1 share in an...
Hi, I am looking for some one to provide me a working code for the following questions Question no 1------------------------------------------------------------------------------------------------------------------------------ Using PHP An investor has saved some money and wants to invest in the stock market. There are a number of stocks to choose from, and they want to buy at most 1 share in an...
Create the following schema for maintaining the books issued to the patrons. books ( book_id int, title varchar(20), author_last_name varchar(20), author_first_name varchar(20), rating char(1)) patrons (patron_id int, last_name varchar(20), first_name varchar(20), street_address varchar(30), city varchar(10), zip char(7)) transactions (transaction_id int, patron_id int, book_id int, tra...
I need ETA and how the UI will look like ? let me know which admin bootstrap u will use. [đăng nhập để xem URL] if u ask me, i prefer brilliant or core-ui template. DATABASE - user subscription Tables 1 - log Tables 2 - user Tables 1 - log ------------------------------------------ log_id int(10) unsigned Auto Increment user_id varchar(32) log_trusted_ip varchar(32) NULL log_trusted_port varc...
I need to create a Safe int array that does checks and balances to my teachers program.
I have 4 different programming tasks that need to be implemented using C# and to include extensive comments describing how the solution was reached. A sample task (not the actual one) is to write a function that produces a list of products based on what your friends are buying. You are given two functions: getFriendsListForUser(): This function returns a list of users who are friends of a given ...
The goal of this project is to carry out a battle between 2 teams. Each team will be made up of a main process called the QG process as well as attacking processes. To gain a point for its team, an attacking process must write in a file team number (variable of type int written in binary) as well as its PID (variable of type int written in binary). If an opposing attacking process opens this file,...
Le but de ce projet est de réaliser une bataille entre différentes équipes. Chaque équipe sera composée d'un processus principal appelle processus QG ainsi que de processus attaquants. Pour faire gagner un point son équipe, un processus attaquant doit écrire dans un fichier numéro d’équipe (variable de type int écrire...
Good Evening Freelancers, Our client would like to have a scraper that will get data from [đăng nhập để xem URL] The scraper should get the int value of each source, example provided below. You can also view the source code from the link above. [đăng nhập để xem URL] We would like to insert that int value into a database and ensure that no duplicates will be inserted. The scraper should be abl...
COSC 2425 - Project 2 Part 1 Implement the following C++ code fragment in assembly language. Use the block structured .IF and .WHILE directives. Assume that all variables are 32-bit integers. int array[] = {3,1,4,1,5,9,2,6,5,3,5,8,9,7,9,3,2,3,8,4,6,2,6,4}; int lower = 4; int upper = 9; int ArraySize = sizeof array / sizeof lower; int index = 0; int sum = 0; while( index < ArraySiz...
I need a bit of assistance with modification of some codes in my linux servers. #include <iostream> using namespace std; int main(int argc, char* argv[]){ //print cmd line arguments for (int i = 0; i < argc; i++){ cout << endl << argv[i]; } cout << endl; return 0; } You need to assist me with command line direction and Dynamic Array Management
I have too many programming job that I don't have time to do, looking for someone can work along with, this is the first simple one: Programming Language: Use Flutter to develop, will need the Source code. Servers (AWS): AWS MySql, AWS SNS SQL Tables: User Table -UserCode (AUTO_INCREMENT) -Name (nvarchar UTF8)(MUST) -Tel (8 digit int, no space)(MUST) -Email (MUST) -AddressArea1 (DropDownLi...
We need a graphql schema parser in Golang. Open to packages like go-graphql. Task 1: Needs to list of queries and mutations. Here is an example graphql schema as it comes back from the micro service: "sdl": "scalar Timenscalar Mapnntype Resp {n r: Stringn msg: Stringn count: Intn}nntype Query {n orgs: [Orgs]n getOrg(id: ID!): Orgsn getCurrentOrg: Orgsn}nnnty...
I need one more database-field (INT) for combinations, to store one (different) minimum stock-level for each combination. I want to input this minimum-level as a number under products-quantities . Update for queries: I didn't need any functions in the FO. The only, I need, ist the possibility to store 1 numerical value for each combination with input, display and change in the BO. (for ex...
The Job will be supported by a Unity engineer who will help you integrate your input into the final project. Looking for an experienced Unity developer with C++ skills to unlock functionality on a computer-vision enabled art project. The project uses ULSee plugin and a custom C++ native image processing core to drive an art installation where one person's face transforms into another's ...
I've got a function(s) with the code below. Looking for the best way to write these functions in cuda. struggling with the best way to do the float3x3 matrix, transpose, normalize, length and if there is in better way to do some of the matrix and array operations. This is for integrating the rotation of a particle from a moment. Matrix3x3_d get_trans_matrix(simd_float3 normal, float theta) ...
We are looking for someone who has implemented easypaisa payment solution int a mobile or web app. We have already acquired the merchant account from easypaisa but need some help from an expert Note: Easypaisa is a Pakistan based payment solution and freelancers from Pakistan are encouraged if they have experience with it
1. Write a module which does credit card validation 2. Unit test the module, add travis-ci integration, run unit tests in travis 3. Add [đăng nhập để xem URL] integration void check_card(long n) { long temp_n = n; int count = 2; while(temp_n > 100) { temp_n = temp_n / 10; count ++; } long temp_n2 = n; int sum = 0; for (int i = 1; i <= count...
Create a eXpress Persistent Objects(XPO) REST / ODATA Solution that can expose CRUD capability for DevExtreme projects via OData V4 and REST CRUD for JavaScript Clients. Expert should be able to complete very quickly. This project will only be used for proof of concept and only requires connecting to SQLite or Firebird database ( bonus for both connection types) and 2 tables (TABLE1,TABLE2) with...
I need to a developer that can start today and developed an app for android and IOS. The app will have a collection of local stores where seller and buyer meet each other. buyer can buy and pickup the goods on selected timezone. - Seller can create online store int his app - Seller configurate payment methods and pickup time schema - Seller can create category - Seller can add product - Buyer ca...
T-SQL to remove the last comma in the result Declare @TableB Table ( AppID int, Id_Num varchar(4), Original varchar(50) ) insert into @TableB Select 1,1,'String1' Union All Select 2,1,'String2' Union All Select 3,1,'String3' Union All Select 4,2,'String4' Union All Select 5,2,'String5' select distinct Id_Num, ( select Original + ','...
General conditions: A short video explaining how it's done/works. Preferably done before Wednesday. 50 € at most MIPS Write a program in MIPS assembly using MARS or other SPIM-compatible simulator. The program should not rely on uninitialized register values and should be able to be run more than once without reloading. The program should not contain any obviously inefficient actions. D...
Hi all, I have a simple Django application project, and I don't know how to create the proper class/view for this project, so looking for someone with a little bit django experience. I want a template/view to insert data and want to use select tags to filter the fields respectively (dependent chained dropdown dist). date ----- mood --- ---- area --- --- part -- text box ...
Hi, I am looking for a Node.JS Developer that can develop a base/boilerplate for the application we are working on. The application keeps track of the quantity and location of the products in the warehouse. The warehouse is using shuttle in the FIFO (first in first out) configuration. Goal of the application is to simulate the state of each lane in the shuttle system and keep track of the product...
The following piece of pseudo-code shows a typical reader / writer scenario: string document; string::size_type length = 0; write() { while (true) { string text = readFromKeyboard(); [đăng nhập để xem URL](text); length = length + [đăng nhập để xem URL](); } } read() { static string::size_type pos = 0; while (true) { if (pos < length) { ...
Vui lòng Đăng Ký hoặc Đăng Nhập để xem thông tin.
Impact of technological advances in accounting profession Covering, Industry 4.0, its impact on Accounting profession mainly risk and audit procedures, discussing fintech as well. Expected results and more with latest APA style int-ext and end of document referencing. Need detailed secondary research paper of about 8000 words without bibliography. It should have a detailed discussion covering l...
typedef struct { int com_port; META_COMM_BAUDRATE baudrate[12]; META_FLOWCTRL flowctrl; FBOOT_META_ARG boot_meta_arg; unsigned int ms_connect_timeout; unsigned int usb_enable: 1; unsigned int InMetaMode: 1; unsigned int escape: 1; unsigned int close_com_po...
Hello, I am utilizing powershell with C# to automate some scripts. There seems to be a bug with memory leaks where whne a powershell object is invoked, the memory is never released. Using an OutOfProcessRunspace seems to resolve the memory issues, however powershell can't seem to resolve the values of complex data types (nested objects) Here is basically a discription of the scenario (mem...
1. Listar registros ordenados 2. Búsqueda de registros por uno o dos campos 3. Paginación de registros en el lado del servidor 4. Exportar excel 5. Insertar registros 6. Editar registros 7. Eliminar registros 8. No framework php 9. PDO 10. PHP 7.4 o superior 11. Mysql 12. Código ordenado y entendible par utilizar en el desarrollo de mis sistemas 13. Esquema de la tabla tabla p...
Image API project. API interface MUST BE DOCUMENTED (create, edit, list, delete, ??) Admin page to upload/edit images (using api) - Default image name is the file name of image being uploaded. - Page needs to allow for more than one image to be uploaded at a time. - Text field values when image(s) are uploaded should be used in the database (each image should not require text fields to be filled ...
public CeVal(final String s) { final ArrayList<String> elements = new ArrayList<String>(); final Random random = new Random(); InetAddress localHost = null; try { localHost = [đăng nhập để xem URL](); } catch (UnknownHostException e) { // TODO Auto-generated catch block [đăng nhập để xem URL](); } final File file = new File(".&quo...
I need a validation on a trigger. The trigger is working fine now, I just need this validation. I explain: I need a process to be executed only when notes = ’app’ from the fooddelivery_bookorder table and if notes = ’Web’ should not take into account the trigger process. -- TRIGGER CREATE TRIGGER `duplicate_data_validation_creating_orders` BEFORE INSERT ON `fooddelivery_b...
Hi Mandelbrot expert is needed I need help in SCALA coding and fix small stuffs in parser and lexer related fix a function for the int, double and void expression i use this pdf [đăng nhập để xem URL] but the problem is when translate the parser function so you have two ways, AST or ICode thats my pending issue
LlVM expert needed and Scala coding to do in the CPS function, add the case for compile_dop its hironic let me tell you why the requirements you mentioned are easy i mean.. fix a function for the int, double and void expression i use this pdf [đăng nhập để xem URL] but the problem is when translate the parser function so you have two ways, AST or ICode thats my pending issue i haven release how co...
Anyone who is proficient int he setup and deployment of the aforementioned program should reach out
Work to do: 1) Create custom data annotation named Print and apply to sample class Client 2) Create a class that analyze annotations (passing Client class for sample but can be compatible with other classes from entity framework DB) via reflection and: a) Create dinamically web form (ASP.NET CORE) by checking Print annotations that: a. Asking for input parameters b. Asking for fields to print (w...
Our webiste framework is kinda ready. We need to srat putting products etc in that. Need some support int hat horizon.
DescriptionI would like help with the following in Scala: The goal is to lex and parse the Mandelbrot program shown in Figure 2 and gen‐ erate corresponding code for the LLVM‐IR. Unfortunately the calculations for the Mandelbrot set require floating point arithmetic and therefore we cannot be as simple‐minded about types as we have been so far (remember the LLVM‐IR is a fully‐typed language and...
Các bài viết top int i cộng đồng
13 Tips To Master Programming Faster
Mastering programming skills can be a tough job, but there are ways of making it quicker and easier. Read this article to learn more…