Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 boolean jobs found, pricing in GBP
    New admin page to list users 6 days left
    VERIFIED

    **Project content reposted due to Freelancer posting automated generic content previously** We’re looking to create a simple admin page that will list all female users, with pagination. The purpose of this page is to allow us to mark users that we suspect are spammers This will involve adding a new marked_as_spammer boolean flag to the users table The page should have a title of “Spam Review” The page should have two tabbed sections. One labelled “To Review” and another labelled “Spammers” The “To Review” section should list all female users where marked_as_spammer is false, ordered by user creation date descending, paginated 50 per page The list of users should be in a table with each row having a checkbox and username Cl...

    £130 (Avg Bid)
    £130 Avg Bid
    109 bids

    ...in all 12 musical keys. The 3rd uses the computer keyboard to play both chords and individual melody notes. MIDI is not used. All notes and chords are .mp3 recordings. All are fully working but have a few bugs to work out. Both time-based expiry and web-based authorization are present and working. Your job will be to get acquainted with the code and how it works, correct bugs, and add a boolean to turn the time-based expiry on and off (and integrate this feature into the authorization model code). The first job is to get the keypad chord player fully functional. Here it is in action: The interface in action for keypad and keyboard models you can see here: The successful freelancer will need to demonstrate strong skills in

    £12 - £20 / hr
    £12 - £20 / hr
    0 bids

    ...Database includes: Package name, package description, number of hours, price, approximate number of photos, photoshoot category (multiple selection allowed), At-Home Availability boolean Outdoor Photoshoot Availability boolean Takes Video boolean Prints albums boolean Photoshop backgrounds boolean Female team boolean Provides costumes bollean Provides cakes boolean Search Functionality: Sort by package price At-Home Availability Checkbox Outdoor Photoshoot Availability Checkbox Takes Video Checkbox Prints albums checkbox Photoshop backgrounds checkbox Female Team checkbox Provides costumes bollean Provides cakes boolean This Search Functionality will look into packages and displays all photostudios with a photopackage thats appli...

    £395 (Avg Bid)
    £395 Avg Bid
    143 bids

    I'm looking to create a solution in Python for the Boolean Satisfiability Problem. The goal of this project is to first build a SAT solver to find unsat cores and effectively locate and decipher minimal UNSAT cores within unsatisfiable formulas. My preferred method of tackling this problem is through iterative search. Therefore, I am seeking a coder that: - Possesses mastery in Python (the primary language for this project) - Carries extensive knowledge and understanding of iterative search processes - Is highly knowledgeable about Boolean Satisfiability Problems The success of the project weighs heavily on these skills, and the ideal candidate should demonstrate an impressive track record in these areas.

    £132 (Avg Bid)
    £132 Avg Bid
    34 bids

    I'm looking for a skilled developer who is experienced in C# to create a dynamic user interface windows application. This application will display real time data from another windows executable which is streaming over TCP/IP. The user interface will be fully customizable using different views and by adding Text, Integer, Float, Boolean displays and control values Key Features: - The application should have the ability to add new UI elements via drag and drop, as well as through a dropdown menu. - The newly added UI elements should be saved in a database for retrieval and future use. - The application should effectively communicate with the server using TCP/IP for both streaming live data and facilitating setpoint changes. UI Design: - The UI elements should be displayed and...

    £1834 (Avg Bid)
    £1834 Avg Bid
    146 bids

    I require an expert PHP developer with deep knowledge in Shopify API and MySQL. The project will entail connecting to the Shopify API to extract the following information from all paginations in the API into a MySQL DB: - ID - Status - Body HTML (Boolean - if no content, then 0) - Inventory item ID - SKU - Inventory quantity - Images (Boolean - if no images, then 0) - Option 1 - Option 2 - Price - Compare at price This task needs to be completed urgently as time is of the essence. Ideal candidates should have a track record for rapid delivery without compromising on the quality. Previous experience in similar projects will be an added advantage. I look forward to your proposals.

    £368 (Avg Bid)
    £368 Avg Bid
    181 bids

    Seeking an experienced and resourceful 3D Asset Artist. Please only apply ...- Proficiency in any 3D modeling and sculpting software (Blender/Zbrush/Maya preferred) - Experience with UV mapping (including UDIM packing) - Proficiency in texturing and with material authoring software (Substance Painter/Sampler/Designer) - A solid understanding of shaders, colors and light are a big bonus. - Great understanding of subdivision modelling skills and workflows (ex. creasing, boolean, bezier) - Have an exemplary eye for detail. Able to gather references. - Familiarity with high-detail design process. - Must be familiar with Cycles and Octane Render or willing to learn. If you're a creative and technically talented individual who can meet these requirements, please provide a link to ...

    £30 (Avg Bid)
    £30 Avg Bid
    30 bids

    ...minimalist. The structure of the MySQL database is as follows: Title: Represents the title of the entry. Link: Contains the link associated with the entry. Year: Represents the year associated with the entry. Journal: A boolean field indicating whether the entry is a journal or not, distinguishing it from being just an electronic resource. Additionally, there are two sets of categories: The first set comprises 13 boolean fields. These can represent one or multiple categories within the record. The second set consists of 4 boolean fields representing chronological categories. When searching, you can input the title and select any relevant categories from the list to narrow down the search results. first do you want to search just journal...

    £141 (Avg Bid)
    £141 Avg Bid
    60 bids

    I'm seeking a highly skilled C# developer to create a tool for converting DBF file data to JSON. The key requirement is this must be achieved without using any oledb driver or provider. The data types found in these DBF files include integer, decimal, boolean and string. Though the file size was unspecified, please anticipate working with potentially large datasets. The right candidate should have: - Solid experience with C# and JSON - Previous work involving data conversion tasks - Good understanding of DBF files and their structure - Ability to work on a Windows platform In your application, please focus on your relevant past experience in similar projects. A demonstrated track record in data conversion or complex programming tasks utilizing C# will stand you in good stead ...

    £10 (Avg Bid)
    £10 Avg Bid
    5 bids

    ...next; public StackNode(T data) { = data; } } private StackNode<T> top; public T pop() { if (top == null) throw new EmptystackException(); T item = ; } top= ; return item; public void push(T item) { } StackNode<T> t = new StackNode<T>(item); = top; top= t; public T peek() { if (top== null) throw new EmptyStackException(); return ; } } public boolean isEmpty() { return top== null; } A queue can also be implemented with a linked list. In fact, they are essentially the same thing, as long as items are added and removed from opposite sides. public class MyQueue<T> { private static class QueueNode<T> { private T data; private QueueNode<T> next; public QueueNode(T data) { = data; } } private QueueNode<T> first; pri...

    £16 (Avg Bid)
    £16 Avg Bid
    9 bids

    ...COLUMN_NAME DATA_TYPE id integer first_name text last_name text Prefix text created_date timestamp without time zone last_modified_date timestamp without time zone Plus other non-relevant columns… with relevant columns of: COLUMN_NAME DATA_TYPE Id integer mfv_id () integer street text city text state text postal_code text country text state_abbreviation text is_bad boolean is_primary boolean created_date timestamp without time zone last_modified_date timestamp without time zone Plus non relevant columns… with relevant columns of: COLUMN_NAME DATA_TYPE id integer mfv_id () integer transaction_number integer amount double precision appeal_id integer campaign_id integer designation_number integer fund_name text created_date timestamp without time

    £1937 (Avg Bid)
    Featured NDA
    £1937 Avg Bid
    37 bids

    I am in need of an experienced TypeScript developer who ha...that works on LocalStack (to be deployed later), where the Lambda functions are developed in TypeScript. The API is essentially a CRUD with GraphQL, which will allow creating, updating, and deleting users, in addition to listing them with sorting and filtering by any of their fields and supporting pagination. The fields are: name: string email: string date_birth: date active: boolean created_date: datetime deleted: boolean The mutations/queries you need are: getUsers(filters, sorting, page): Retrieves a list of users with support for filtering, sorting, and pagination. getUser(id): Retrieves a single user by their ID. updateUser(id, attr): Updates a user's attributes based on their ID. deleteUser(id): Delet...

    £604 (Avg Bid)
    £604 Avg Bid
    64 bids

    I am designing a computer case, and am trying to create mounting holes. I used to do 3D graphic design, but haven't used the software in 15 years, and am having difficulty getting the boolean difference mod to apply. I have two Blender files, and have attached pictures showing them. One file has 4 cylinders, and I need to cut a hole the size of the cylinders out of the bigger piece. Another file has 10 cylinders, and the 2D rectangle has no faces because I deleted some inner vertices. I need to recreate the face, and also to apply the boolean mod. I hope I explained it clearly, if you are able to help, please include the word "chair" in your bid so I know you've read the description and can complete the project for the amount bid.

    £39 (Avg Bid)
    £39 Avg Bid
    16 bids

    ...comprehensive overview of various information retrieval models. We will delve into the theoretical foundations, practical applications, and strengths and weaknesses of each model. By understanding these models, researchers and practitioners can make informed decisions when designing and implementing information retrieval systems. Scope The project will focus on the following information retrieval models: Boolean Models Vector Space Models (VSM): Probabilistic Models Learning to rank models Deep Learning Models, like DSSM Timeline The project needs to be completed ASAP. We aim to deliver a well-organized and informative overview within the shortest possible time frame. Feel free to reach out if you have any additional requirements or questions. I look forward to working on th...

    £102 (Avg Bid)
    £102 Avg Bid
    17 bids

    ..."width-class-md": "col-md-12", "field-widget":"normal-input"} {"type":"field", "field-name":"field_infra_road", "field_label":"Carretera", "field-type":"nvarchar","field-length":10, edit-"with-class-xs":"col-xs-12", "width-class-md": "col-md-12", "field-widget":"normal-input"} ] } So, You have to build a dynamic form... because we have more than 90 fields... The field types can be (nvarchar, int, boolean, files of images) The widgets can be text inputs, radio-buttons, checkboxes (for fields with multiple values), textarea and switchers... The field_title will be used to save a new re...

    £479 (Avg Bid)
    £479 Avg Bid
    82 bids

    Looking for a python person who is good at browser automation. I don't want to scrape anything. I just want to load up Twitter profile and determine if they have the message icon - see attachment I just need a function that I can pass a URL too... and it returns boolean

    £34 (Avg Bid)
    £34 Avg Bid
    12 bids

    ...deliverables are as follows: - Develop a process that checks if each email has an attachment. - If an email does have an attachment, store a boolean value in the array. - The boolean value should be added as a property to each email. - The final result should leave us with an array of emails, each with a boolean property indicating whether it had an attachment. - Experience with PHP and handling email attachments is pivotal for this task. In essence, the entire task revolves around automating the process of determining whether an email contains an attachment, and marking them appropriately. The output will be an array of emails, each annotated with a boolean value based on whether they contain attachments. If you can make it to display in 3 seconds, it wil...

    £27 (Avg Bid)
    £27 Avg Bid
    25 bids

    ...non-tech talents for fast-growing companies. ⚡Thus, I'll gladly help you source, prescreen, interview, and hire the best Experts for your company. ➡️ A few words about my professional competencies: ? I provide full-cycle HR services along with end-to-end recruiting processes, including pay-per-hire recruiting and subscription-based recruitment services with worldwide coverage. ? I'm an expert in Boolean Search, TurboHiring, AmazingHiring, and X-Ray Search. ? For posting and advertisement, I use the most popular job boards: CareerBuilder, Glassdoor, HIRED, AngelList, Indeed, XING, etc. ? The average time of closing any vacancy is 18 days: from a non-technical talent to a C-level specialist. ? I quickly fill complex vacancies. 4-5 days — and I will send you t...

    £32 / hr (Avg Bid)
    £32 / hr Avg Bid
    1 bids

    ... Time is of the essence, and I require someone who can quickly grasp what needs to be done and help me overcome specific challenges. Here's what I need help with: - Mastery of Sketching and Constraints: To refine complex sketches and ensure all constraints are met efficiently. - Proficient in Extrusion and Revolution: For creating intricate 3D shapes and parts through these techniques. - Boolean Operations Expertise: Necessary for executing flawless additions and subtractions to refine the part design. The ideal candidate should have: - Extensive experience with CATIA Part Design - Ability to troubleshoot and resolve complex design issues - A portfolio showcasing previous work with these features - Excellent communication skills to understand and execute project ...

    £28 / hr (Avg Bid)
    £28 / hr Avg Bid
    24 bids

    ...based on manual testing on returned types from server. Then I made an allRequests interface: interface allRequests { getTime: req_getTime; setEntityValue: req_setEntityValue; // ...others } Current implementation: sendRequest<T extends keyof allRequests>( data: allRequests[T]["data"], callback?: (message: { response: allRequests[T]["response"]; }) => Promisable<void> | boolean ) { // do stuff } This does work correctly if I pass in the generic. Example: sendRequest<'getTime'>({getTIme:{}}, m=>||) But otherwise the callback arg seems to be all possible values, rather than just the one matching the key. sendRequest({getTIme:{}, setEntityValue:{value:true}}, m=>||) // no error in arg1 // m is ...

    £19 (Avg Bid)
    £19 Avg Bid
    6 bids

    ...related journal entry is comprised of a debit to the bank account that is set on and a credit to the receivable account that is set on res.partner. I'm happy with the default behaviour most of the time, but I want to override those defaults under certain circumstances. In my module, I have inherited and added a custom boolean field (trust_account_deposit). I have also inherited and added two custom boolean fields - trust_bank_account and trust_receivable_account. I have added constraints so that only one account can be 'trust_bank_account' and only one can be 'trust_receivable_account', and the same account can't be both - it's either one, or the other, or neither. So far everything is working fine...I just need the override metho...

    £106 (Avg Bid)
    £106 Avg Bid
    25 bids

    ...table by transforming it into a dynamic one. The key is to have this done immediately. Here's what I need: - Sorting and filtering capabilities implemented into the table. - Pagination to enhance user experience for large data sets. - Search functionality to quickly locate specific entries within the table. While not specified, basic table columns will likely include text, number, date, and boolean types. Since these are common, the freelancer should be comfortable working with these data types. **Ideal Candidate:** - Proficiency in Laravel and its ecosystem - Strong understanding of MVC architecture - Experience with JavaScript, AJAX, and front-end frameworks (Vue.js is a plus) - Knowhow in designing responsive UI/UX - Familiarity with databases and Eloquent ORM - Abilit...

    £38 (Avg Bid)
    £38 Avg Bid
    39 bids

    ...example ?cards=AS,KD,AC,2C,KH The response needs to return a JSON that would include: the deck id (UUID) the deck properties like shuffled (boolean) and total cards remaining in this deck (integer) json Copy code { "deck_id": "a251071b-662f-44b6-ba11-e24863039c59", "shuffled": false, "remaining": 30 } Open a Deck It would return a given deck by its UUID. If the deck was not passed over or is invalid it should return an error. This method will "open the deck", meaning that it will list all cards by the order it was created. The response needs to return a JSON that would include: the deck id (UUID) the deck properties like shuffled (boolean) and total cards remaining in this deck (integer) all the remaining ...

    £15 (Avg Bid)
    £15 Avg Bid
    3 bids

    ...an Applicant Tracking System for me. Here are the details: Features needed: - Resume parsing - Applicant tracking - Interview scheduling -collect all the cv received -candidate registration to upload cv -request and track GDPR/privacy -be able to search CV with key characteristics, experience, age, location, keyword etc. -import cv from linkedin -cv parsener (need to be able to use boolean search and keywords within cvs to find the right candidates in the database) -organise different job posting -multi-post on job boards (need all the API integrations) -candidate pipeline: candidate will be grouped based on the job they applied for but will be available for any research of cv. candidate management and sourcing: manage candidate pipeline: inbox, screening, call int...

    £491 (Avg Bid)
    £491 Avg Bid
    105 bids

    ...working and a wire diagram, keep in mind the lasers are connected to a battery only so they are separate from the arduino and can be placed anywhere at any range. Here is my code: const int triggeredLED = 7; const int triggeredLED2 = 8; const int RedLED = 4; const int GreenLED = 5; const int inputPin = A0; const int speakerPin = 12; const int armButton = 6; boolean isArmed = true; boolean isTriggered = false; int buttonVal = 0; int prev_buttonVal = 0; int reading = 0; int threshold = 0; const int lowrange = 2000; const int highrange = 4000; void setup(){ pinMode(triggeredLED, OUTPUT); pinMode(triggeredLED2, OUTPUT); pinMode(RedLED, OUTPUT); pinMode(GreenLED, OUTPUT); pinMode(armButton,...

    £27 (Avg Bid)
    £27 Avg Bid
    12 bids

    I am currently working on a comprehensive literature review in the field of Health Sciences, with a specific focus on Molecular Biology. I require professional assistance with creating Excel spreadsheets with Responsibilities and requirements for a potential freelancer include: • use of boolean operators using specific search words •perform targeted literature search in google scholar, PubMed • create Excel spreadsheets with the search results

    £109 (Avg Bid)
    £109 Avg Bid
    21 bids

    I'm urgently in need of a guru in Digital Logic Design who can help me tackle problems regarding Boolean algebra, Logic gates, and combinational circuits. I'm really struggling to solve my assignment questions, and I need someone who can deliver within the next 24 hours. Could benefit from knowledge and experience in: Introoduction to Digital Logic Design 2 Binary Numbers – Number-Base Conversions, Complements 3 Binary Numbers – Signed binary numbers, binary codes, binary logic 4 Boolean Algebra and Logic Gates – Axiomatic Definitions, basic theorems and properties, Boolean Functions 5 Boolean Algebra and Logic Gates – Canonical and Standard Forms, digital logic Gates, integrated circuits 6 Gate-Level Minimization – The M...

    £21 (Avg Bid)
    £21 Avg Bid
    6 bids

    I urgently require an expert in digital logic concepts to help me with my project. I'm currently dealing with sequential circuits and need help designing a 3-bit FF E, up 1 down 0 COMPAR...help designing a 3-bit FF E, up 1 down 0 COMPARATOR USING XNOR. Key Responsibilities: - Understanding and working with Sequential circuits - Designing a 3-bit FF E up 1 down 0 COMPARATOR USING XNOR Unfortunately, I've not established the inputs yet for the 3-bit FF E, up 1 down 0 comparator using XNOR, and would like the freelancer's guidance on the same. Ideal Freelancer: - Proficient in Boolean algebra and logic gates - Solid understanding of sequential circuits - Experienced in circuit designs using XNOR logic I need this project completed ASAP, so I am looking for someone w...

    £16 (Avg Bid)
    £16 Avg Bid
    8 bids

    I am seeking a skilled app developer to design a unique iPad application specifically for iOS. This application should have the following features: - Records the nearest town or city everytime a user visits. The main purpose of our project is to log user visits. Recording this should be as simple as possible including using a dropdown and a boolean search if the user starts typing the location name. - Offers a level of precision that pinpoints the nearest town or city, but not necessarily the exact location. The ideal freelancer for this project should have substantial experience with iOS app development and location services. Knowledge about optimizing location precision would be beneficial as well. - Each month I need to download the data into Excel to analyse it

    £124 (Avg Bid)
    £124 Avg Bid
    23 bids

    ...user-friendly application. Remember, each component should be developed with security, performance, and scalability in mind. 1. Users Table - UserID: Integer (Primary Key, Auto-increment) - Email: Varchar(255) (Unique, Not Null) - PasswordHash: Varchar(255) (Not Null) - Name: Varchar(255) - Bio: Text - CreationDate: DateTime (Not Null) - LastUpdateDate: DateTime - IsEmailVerified: Boolean (Not Null, Default False) - VerificationToken: Varchar(255) - VerificationTokenExpiry: DateTime - QRCodeURL: Varchar(255) 2. Photos Table - PhotoID: Integer (Primary Key, Auto-increment) - UserID: Integer (Foreign Key - ) - PhotoURL: Varchar(255) (Not Null) - Caption: Varchar(255) - UploadDate: DateTime (Not Null) - DisplayOrder: Integer (Not Null, Default 0) -...

    £635 (Avg Bid)
    £635 Avg Bid
    33 bids

    ...it to my unique business needs. Enhancements Needed - First, there are modifications that need to be made. Particularly, I'm interested in making improvements to the user interface including formatting. It should be made more intuitive, streamlined. - Secondly, the macro should be enhanced to run a Boolean search and then generate floating shapes based on this search result. New Features Needed - I also need to have added functionality. For this project, I need the implementation of Boolean search in the macro. - Along with this, creating floating shapes based on the results of the search is crucial. The ideal freelancer for this job would preferably have advanced Excel skills, including experience with macros, and a good sense of UI design. Understanding logica...

    £108 (Avg Bid)
    £108 Avg Bid
    62 bids

    I am looking for a skilled PHP developer to build a boolean algebra simplifier website similar to this: The website should have the following features: - Simplify boolean expressions - the algebra solver only, no k map needed - Be able to random generate questions and solutions Design: - single page only, similar to the example provided, algebra solver part only. Responsiveness: - The page does not need to be responsive or mobile-friendly.

    £402 (Avg Bid)
    £402 Avg Bid
    127 bids

    I need a Excel formula that considers four different criteria. The criteria must interact with each other-- all four must be met (AND logic) in order to return a specific predetermined value (6 result values are possible dependant on the four variable inputs). The formula does not need to handle errors or unexpected values i...interact with each other-- all four must be met (AND logic) in order to return a specific predetermined value (6 result values are possible dependant on the four variable inputs). The formula does not need to handle errors or unexpected values in the criteria, as it will always deal with perfect inputs. - Must Have Skills & Experience: - Advanced Excel skills - In-depth understanding of Boolean logic - Experience with Excel's 'IF'...

    £12 (Avg Bid)
    £12 Avg Bid
    25 bids

    ...Project Details This can be custom designed in Shopify or I'd like to discuss creating this as a Custom Mechanic Task in the Mechanic App for Shopify Project Title: Manage Fulfillment Order Location Assignments - This task will provide the following configuration fields - Primary location name and US states [keyval, array, iso state codes] - Secondary location name - Test mode [boolean] - This task will run when new orders are created - IF the shipping state on an order matches one of the configured ones for the primary location, THEN set the primary location is the preferred location - ELSE set the preferred location to be the secondary location - Get the inventory for each line item at the primary and secondary locations [taking into consideration th...

    £406 (Avg Bid)
    £406 Avg Bid
    143 bids

    I am looking for a freelancer who can help me set up approximately 1500 complex keywords on Google Alerts. These keywords are in boolean logic with AND, OR, and quotation marks. I have the list of keywords in a CSV file and I would like to explore if there is an automated way to set up these alerts using the CSV file. Ultimately this list will be refreshed every month so there needs to be a mechanism for this. Requirements: - Experience with Google Alerts and setting up complex keywords - Knowledge of automation and ability to create a script for future automation (if required) - Familiarity with programming languages, preferably Python or JavaScript, but any language will work If you have the skills and experience to assist with this project, please reach out to me.

    £130 (Avg Bid)
    £130 Avg Bid
    33 bids

    The primary goals of the proj...OCR technology for text extraction and indexing from judgments. 3. Utilize advanced technologies such as vector search, Natural Language Processing (NLP), and machine learning to improve search accuracy and relevance. 4. Ensure compliance with data privacy regulations, accessibility standards, and legal requirements. 5. Advanced search options: - Implement advanced search options, including Boolean operators (AND, OR, NOT) for complex queries. - Implement vector search techniques for enhanced search accuracy and relevance. - Utilize NLP algorithms for entity recognition, sentiment analysis, auto-suggestions, semantic search, and query expansion. - Implement machine learning algorithms to improve search result ranking based on user behavior and pr...

    £472 (Avg Bid)
    £472 Avg Bid
    39 bids

    ...indexing from judgments. 4. Utilize advanced technologies such as vector search, Natural Language Processing (NLP), and machine learning to improve search accuracy and relevance. 5. Ensure compliance with data privacy regulations, accessibility standards, and legal requirements. 6. Advanced Search Filters 7. Advanced search options: - Implement advanced search options, including Boolean operators (AND, OR, NOT) for complex queries. - Implement vector search techniques for enhanced search accuracy and relevance. - Utilize NLP algorithms for entity recognition, sentiment analysis, auto-suggestions, semantic search, and query expansion. - Implement machine learning algorithms to improve search result ranking based on user behavior and preference...

    £1809 (Avg Bid)
    £1809 Avg Bid
    22 bids

    I want some professional developer who can build and API which can be integrate in both Android app and web. The API intends to check whether a bank branch is available in a particular Pincode or not by using some distance parameter. For example in AU bank we set distance parameter to 20KM and if some entered Pincode distance from nearest AU bank branch is <=20KM then the API ...which we will first set some distance parameter which will be used to check whether the distance measured from particular Pincode lies or not. The requirement: 1) We want to set a particular parameter for which if the target Pincode lies in between that range should return yes 2) It will check the distance from nearest branch available from entered Pincode 3) Should return boolean...

    £31 (Avg Bid)
    £31 Avg Bid
    9 bids

    I want to hire a python developer who can do the following: 1. Build a interface that can do a Boolean search on candidate profile basis on certain key parameters. The search should executed on multiple social media and recruitment sites basis api connection. 2. Build a candidate persona profile basis social media sentiment analysis basis.

    £282 (Avg Bid)
    £282 Avg Bid
    18 bids

    ...(Alerts/Trends) Features 1. Made that has a login page. It will also have a settings page showing the version number, profile details and logout. 2. A webhook will be used to store data in json format to the firebase database 3. The firebase database will update the app in real time 4. Data received should update/replace the current data Trends Fields Pairs - String 1h - Boolean 30 Min - Boolean 15 Min - Boolean 5 Min - Boolean 1 Min - Boolean Alerts/Trends - Alerts will only be shown as a popup with cancel button - The alert will include a pair and (Put or Call) - When alert is sent, you will have to query the database and its corresponding details. For instance Pair - EUR/USD Status - Put or Call 1h - (img UpTrend) 30 Min - (img UpTrend) 15 Min -...

    £24 (Avg Bid)
    £24 Avg Bid
    12 bids

    - I need to be able to perform an OpenProcess to 64bit and 32bit processes to read the memory with this code BOOLEAN __2___1__s( HANDLE ProcessHandle, BYTE Data[][200], INT DataSize, INT LEN[] ) { if ((0 == ProcessHandle) || (0 == Data) || (0 == DataSize)) { return 0; } DWORD dwReadableMask = (PAGE_READONLY | PAGE_READWRITE | PAGE_WRITECOPY | PAGE_EXECUTE_READ | PAGE_EXECUTE_READWRITE | PAGE_EXECUTE_WRITECOPY); DWORD dwProtectedMask = (PAGE_GUARD | PAGE_NOACCESS); UINT_PTR ulCurrAddr = 0; BYTE* lpBuff = 0; SIZE_T ulBytesRead = 0; SYSTEM_INFO SysInfo; MEMORY_BASIC_INFORMATION Mbi; ZeroMemory(&SysInfo, sizeof(SysInf...

    £475 (Avg Bid)
    £475 Avg Bid
    11 bids

    ...the project is to design, implement, and evaluate a secure database-as-a-service system. The system should allow the user to protect its data stored in the database while utilize the cloud. Here we consider a simplified database, which only includes a single table. The table is about healthcare information and includes the following fields: ˆ First name (string) ˆ Last name (string) ˆ Gender (boolean) ˆ Age (integer) ˆ Weight (floating) 1 ˆ Height (floating) ˆ Health history (text) one important thing to keep in mind is that we do not fully trust the cloud, and assume the cloud is semi-trusted, i.e., the cloud will follow any predefined protocol, but at the same time will try its best to extract information of the database from exchanged messages. We assume the fields information...

    £54 (Avg Bid)
    £54 Avg Bid
    6 bids

    Dear developers. My goal for this project is to post images with text descriptions, including hashtags and mentions...media platforms need one-off permission from users to post data to their pages (like FB, Twitter(X) …) so our project should ask people to allow permission to post data to their pages. Post method: - Input: JSON format - PlatformID: number (what social media platform to post data) - Image: array of base64 - Hashtags: array of string - Mentions: array of string Output: JSON format - IsSuccess: boolean - Error: (leave null if request success) - Code: number (error code) - Message: string (error description) Phase 2 will be integration for Instagram, LinkedIn and Tiktok. Please write 'Human' in your first proposal to ensure y...

    £141 (Avg Bid)
    £141 Avg Bid
    19 bids

    ...creation) memory address. The function of the button, on or off sets the value of the M address in the PLC iii. Develop (input) functions that connects each input box to a D (defined at creation) memory address. When the button is clicked, is asks for a value, it is displayed and applied to the D address in the PLC 2. Button types needed a. Momentary push button i. This style of button sets a boolean M address value while the button is pressed (on). Once the user releases the button, the value goes back to zero (off) b. Maintained/latching push button - Similar to the momentary push button, except the M address value will be set until the button is reset (pressed again) 3. Input and Display Boxes needed a. Input i. Text and numeric inputs – 1. When the boxes are created...

    £411 (Avg Bid)
    £411 Avg Bid
    7 bids

    ...creation) memory address. The function of the button, on or off sets the value of the M address in the PLC iii. Develop (input) functions that connects each input box to a D (defined at creation) memory address. When the button is clicked, is asks for a value, it is displayed and applied to the D address in the PLC 2. Button types needed a. Momentary push button i. This style of button sets a boolean M address value while the button is pressed (on). Once the user releases the button, the value goes back to zero (off) b. Maintained/latching push button - Similar to the momentary push button, except the M address value will be set until the button is reset (pressed again) 3. Input and Display Boxes needed a. Input i. Text and numeric inputs – 1. When the boxes are created...

    £414 (Avg Bid)
    £414 Avg Bid
    38 bids

    Speedometer with a ne...the circle are visible. When the speed is greater than 30 km/h, the interior of the circle is also drawn. The circle moves within the graphic display along the x-axis from edge to edge. The circle cannot be implemented using a texture. The thickness of points and lines must be greater than 1 pixel. Left and right turn signals displayed when the car is turning. (Turn signals are active if the boolean value of the methods () or () is true.) The user can manually activate the turn signals by pressing the arrow keys (left arrow activates the left turn signal, right arrow activates the right turn signal). (To activate the turn signals, call the method (true) or (true) in the render loop.)

    £18 (Avg Bid)
    £18 Avg Bid
    4 bids

    ...AVAILABILITY REPAYMENT OPTIONS SPECIAL OFFERS Some products have different rates / comparison rates, will require to also find a way to format the spreedsheet to capture each one of these unqiue situations. I also need the Spreadsheet with the following data and get update itself every 2nd tuesday name* string The display name of the product description* [...] brand* [...] isTailored* boolean Indicates whether the product is specifically tailored to a circumstance. In this case fees and prices are significantly negotiated depending on context. While all products are open to a degree of tailoring this flag indicates that tailoring is expected and thus that the provision of specific fees and rates is not applicable links* Links{...} lastUpdated* [...] BankingProductEligi...

    £319 (Avg Bid)
    £319 Avg Bid
    15 bids

    ...need to create same kind of function in java Below is my sample code. public class MyEvaluator { private ScriptEngine scriptEngine; public MyEvaluator() { = getScriptEngine(); } public MyStatus evaluateExpression(String expressionStr) throws ScriptException { Object stepResult = getScriptEngine().eval(expressionStr); boolean stepBoolResult = (Boolean) stepResult; return stepBoolResult ? :; } private ScriptEngine getScriptEngine() { if ( == null) { ScriptEngineManager scriptEngineManager = new ScriptEngineManager(); = (""); } return ; } ...

    £82 (Avg Bid)
    £82 Avg Bid
    8 bids

    ...information about "RESIDENTIAL_MORTGAGES" products from a banking API. The update should occur every second Tuesday. Required Data Fields The spreadsheet should include the following fields for each product: Name: The display name of the product. Description: A brief description of the product. Brand: The brand associated with the product. logo: of bank/brand in relation to the product IsTailored: A boolean indicating if the product is tailored to specific circumstances. Links: Relevant links for the product. LastUpdated: The last update date of the product's information. BankingProductEligibility: Details about the eligibility criteria for the product. BankingProductFee: Information about any fees associated with the product. BankingProductLendingRateV2: Details...

    £97 (Avg Bid)
    £97 Avg Bid
    58 bids

    ...AVAILABILITY REPAYMENT OPTIONS SPECIAL OFFERS Some products have different rates / comparison rates, will require to also find a way to format the spreedsheet to capture each one of these unqiue situations. I also need the Spreadsheet with the following data and get update itself every 2nd tuesday name* string The display name of the product description* [...] brand* [...] isTailored* boolean Indicates whether the product is specifically tailored to a circumstance. In this case fees and prices are significantly negotiated depending on context. While all products are open to a degree of tailoring this flag indicates that tailoring is expected and thus that the provision of specific fees and rates is not applicable links* Links{...} lastUpdated* [...] BankingProductEligi...

    £277 (Avg Bid)
    £277 Avg Bid
    59 bids

    Top boolean Community Articles