-1
votes
1answer
88 views

How to test satisfiability of logical condition programatically? [closed]

$conditions are generated programmatically using possible combinations like A>B A>B AND B=C A>C AND C<B A<B AND B<C AND A<C etc etc All the above 3 examples are valid. However, ...
4
votes
2answers
79 views

Algorithm to determine probable language of a text

I'm searching for a simple algorithm or an open source library (PHP) allowing to estimate whether a text mainly uses a specific language. I found the following answer relating to Python, which ...
0
votes
1answer
36 views

get new item for each users

I have many objects(Entity). For example "news", "blogs", 'comments'; I need to show registered user how much "news" or "blog" is NEW for him; Now, i create a relation many-to-many; For example ...
1
vote
0answers
32 views

Best way to create a visual render with all the RGB values of a picture

I'd like to create a visual render with all the RGB values of a picture. I'd like to have just one RGB value for a color (for example the yellow will have all the time the same RGB value). The ...
-4
votes
1answer
49 views

Returns the number of integers within the range [A..B] that are divisible by K [closed]

Can somebody help me write function my_func($A,$B,$K) which: Given three integers A, B and K, returns the number of integers within the range [A..B] that are divisible by K, i.e.: { i : A ≤ i ≤ B, i ...
0
votes
2answers
59 views

How to generate all possibilities for triangles from 10 possible dots [closed]

I am trying to think of the solution for this problem: Generate all possibilities for triangle between 10 dots which are positioned like this: . . . . . . . . . . (like a ...
0
votes
1answer
35 views

SQL Storage logic between two dates

I would really like to have your help. I'm getting the following problem. I have a products store app, that a I input two dates (DATETIME), the initial and the final date. And a I need to validate ...
1
vote
1answer
35 views

Making a “tree array” from an array in php

I work with PHP. I have an array, made like this : (the level attribute is the level of the branch in the tree I want to make) Array ( [0] => stdClass Object ( ...
1
vote
1answer
38 views

Extracting connections between knowledge graph data structure

My goal is to build a knowledge graph of terms; for each term; I can (somehow easily) extract the immediate connections from that term to all other terms; the following table (could be stored in ...
1
vote
2answers
65 views

Symmetric algorithm to convert integer ID to String

I want to introduce short uniq string ID using integer from MySQL table field (question_id) with Auto Incr. Example When user will point to www.something.com/SjBWY -> php will fetch record with ...
-1
votes
1answer
39 views

Algorithm to detect face and doing some manipulations in javascript or php [closed]

I am looking for algorithm (free or with little payment) which get a picture as an input (jpeg), and detect a face, and make a blue (or any color) background arround the face. This algorithm should ...
0
votes
1answer
43 views

age matching algorithm based normal distribution in the php [closed]

I think it can be mathematical normal distribution problem, but i want to code in php. This is the problem. In my dating site, I want to introduce two women for every man. There is age base problem. ...
0
votes
0answers
71 views

Most effective Algorithm for a like-dislike (ranking) system? [closed]

I have a like-dislike comment system. Pretty simple. There's two columns - Likes and Dislikes. I'm running it using PHP and MySQL. I want all comments to have a chance of being seen; however, it won't ...
0
votes
3answers
45 views

How to fastest count the number of set bits in php?

I just want to find some fastest set bits count function in the php. For example, 0010101 => 3, 00011110 => 4 I saw there is good Algorithm that can be implemented in c++. How to count the number of ...
0
votes
1answer
48 views

MySQL SELECT Probability like-dislike system

I'm creating a YouTube comment style (like-dislike) PHP app for my blogging website. I want the comments to be arranged randomly; however, I want chances to increase based on the ratio of likes to ...
0
votes
0answers
35 views

array itterations too many foreach? any ideas on reducing it

protected static function arrayShuffling($itemsArray) { $itemSwitching = array();Switching $shItem= array(); foreach ($itemArray as $i => $myItem) { if ...
0
votes
0answers
38 views

How to check if item (LxWxH) fits in box (LxWxH)? [duplicate]

What would be the easiest way to check if an item of L x W x H fits in a box of L x W x H? The algorithm would need to allow for rotations of the item.
0
votes
1answer
47 views

php str_replace is wrote by what string matching algorithms?

Today I just need to know which string matching algorithms str_replace uses. I just analysed the php source code, this function is in ext\standard\string.c. I just found out php_char_to_str_ex. Who ...
-2
votes
0answers
81 views

Algorithm for finding money off or percentage off from string [closed]

I need to calculate the amount of money off a given product when a discount code is applied I know how I want to do it but cannot figure out how to put it into PHP. I get the codes in a datafeed and ...
-2
votes
1answer
56 views

PHP values substraction [closed]

Let's say I have an array with numeric values. $expenses = array(10, 10, 10, 10, 5, 5, 2, 20); And a numeric value that is altered inside a loop. Say this value is called $sub and is initialized as ...
-1
votes
1answer
45 views

Algorithm to work out top ten most viewed [closed]

Ok so I have a database table that contains a list of famous people and for each person there is a field called Views to count how many times that particular person has been viewed. I was wondering if ...
0
votes
2answers
47 views

Decimal odds conversion timeout

I'm trying to convert from decimal to fraction sporting odds. I have found via a search a PHP function which works well, but certain decimals cause problems, such as 2.1 which maxs out the server: ...
1
vote
1answer
40 views

know exactly the size of the converted video

I'm trying to know the size more accurately converted video using ffmpeg, I'm getting the actual size of the original video and output video and dividing the size of 2, the logic when I get the size ...
2
votes
1answer
61 views

Ford-Fulkerson algorithm with “weighted” edges

Is there any variation of the Ford-Fulkerson that adds an extra dimension of "weight" to the edges? By that, I mean some edges are more ideal than others, and while all the possibilities are there, ...
1
vote
2answers
34 views

Echo text depending on the variable value

I've created a ratio type of PHP script for the users in my platform. Depending on how the user interact, the $ratio variable number changes. They start off at ratio 1.00. The lowest they can get to ...
2
votes
2answers
73 views

Algorithm - Calculating user rating from number of posts and comments

I'm developing a small PHP script that calculates a ratio for the users in my publishing platform. This ratio should be calculated using these two variables that I have ready: $user_comment_count = ...
-2
votes
1answer
44 views

Generating a puzzle from a complete Sudoku [closed]

I have a randomly-generated (correct) Sudoku, with all 81 numbers, and I want to convert it into a puzzle, so remove some (which?) numbers. Is there an algorithm for this? I would prefer a function ...
2
votes
1answer
82 views

How to encode strings inside serial number using PHP?

I need to generate serial numbers using PHP in the following format "ASDK3-JDAL9-24SFT-J5D8R-D4AL9". One requirement is the fact that I need to encode somehow a timestamp and an email address inside ...
3
votes
1answer
97 views

PHP/MYSQL: Slowly iterate through 6k rows and for every row create new records - Algorithm

I'm sorry for stupid question, but I have one of these days, where I feel like the dumbest programmer. I need your help. I'm currently developing with PHP and MYSQL, where I'm like super low skilled ...
-1
votes
0answers
29 views

How to manage difference between two orginal versions in translation management system? [closed]

We are trying to create a translation management system in which we have to find out the differences between two version . can anyone tell me what is good string comparison algorithm..!!! this strings ...
5
votes
2answers
99 views

PHP combinations of array elements

I want to generate all possible combination of array elements to fill a placeholder, the placeholder size could vary. Let say I have array $a = array(3, 2, 9, 7) and placeholder size is 6. I want to ...
-1
votes
1answer
56 views

PHP vs Javascript when creating sophisticated sorting algorithm [closed]

I am wondering if it makes sense to do a sophisticated sort algorithm to data retrieved from mysql using javascript instead of relying on mysql queries and php to do selection and sorting based on ...
1
vote
1answer
56 views

How to Compress uuid to a 62 binary by php

How to Compress uuid to a 62 binary by php? I want to generated a shorted url and the url param is a key compress the uuid select replace(uuid(), '-', '') The uuid is a 16 binary string and the ...
1
vote
2answers
48 views

Calculating a value range in percent

The following function takes a DPI value and returns a percentage: 100% if the value is bigger than 200 50% to 100% if the value is between 100 and 200 25% to 50% if the value is ...
0
votes
0answers
34 views

Picking a voting-system for crowed sourced items [closed]

I have a set of user generated items and I need to implement a voting system to determine the most popular item in the set. (Actually I have many sets but lets keep it simple for the moment). Note ...
0
votes
2answers
27 views

Pull records from database giving preference to records with higher vote count

I have a client that I'm developing a video site for. He is wanting to pull 2 videos from the database to show the front end user to vote on. The videos table has a "votes" field. He is wanting to ...
0
votes
1answer
100 views

PHP Faster Prime Number generator [closed]

hey guys I'm trying to squeeze more primes out of my generator but have hit a limit of +- 14,000,000 or so primes in a sixty second run, i'm looking to push that possibly up to 25-30 mil if possible. ...
4
votes
5answers
175 views

Generating unique 6 digit code

I'm generating a 6 digit code from the following characters. These will be used to stamp on stickers. They will be generated in batches of 10k or less (before printing) and I don't envisage there will ...
-1
votes
1answer
67 views

Convert a 1-5 digit number to alphanumeric 5 digit number

I am looking for a way to convert a 1-5 digit int to a 5 digit alphanumeric number incrementally. Example for($i=0; $i<41; $i++){ echo convert_i_to_alphanumeric($i); } OUTPUT// 00001 00002 ...
1
vote
3answers
98 views

PHP Fastest search algorithm for two dimensional array

I am working on a data import process and need to search different 2 dimensional arrays for a specific code. The array structure look like this: Index ID Code ---------------- 0 34 P1 1 ...
0
votes
2answers
40 views

Keywords/Keyphrases matching [closed]

(updated with code and more straightforward question) I'm trying to write code that analyses headlines and finds key phrases. Example: Input: Headline1: "A War Breaks in Somalia" Headline2: "The ...
1
vote
0answers
50 views

Decode when json is encoded at different depths [php]

I am trying to use array_diff in order to see what changes had been made to an account. The account data is encoded as json files. The problem is that when I decode the json, I get a multidimensional ...
0
votes
1answer
40 views

scheduling matches among teams algorithm

I am facing a scheduling problem, We have 9 teams..We need to schedule for every team one match with every other team.. So we have 4 matches every week for 9 weeks.. Now using below function we ...
-1
votes
1answer
68 views

The right way of using php class? [closed]

$GLOBALS['IPv4_Netmask_Map'] = array( 0 => "0.0.0.0", 1 => "128.0.0.0", 2 => "192.0.0.0", 3 => "224.0.0.0", 4 => "240.0.0.0", 5 => "248.0.0.0", 6 => ...
-3
votes
1answer
44 views

PHP: simple free/busy algorithm [closed]

I have a mysql database filled with dateintervals. I have to search for free periods of time between these dateintervals. How do I determine whether a defined period is free or busy within that ...
-1
votes
1answer
31 views

Finding tablename

i've 8 tables.. assume it as x1,x2...x8. these tables have similar structure with fields as: id,content,pageview. Pageview count the number of views of particular id. post's are stored in rows with ...
1
vote
1answer
83 views

Algorithm for random characters

I get confused between two algorithms for generating random characters. I have four characters types, lowercase, uppercase, numbers and special characters. According to the type of random characters ...
2
votes
4answers
228 views

PHP Find All (somewhat) Unique Combinations of an Array

I've been looking at PHP array permutation / combination questions all day.. and still can't figure it out :/ If I have an array like: 20 //key being 0 20 //key being 1 22 //key being 2 24 //key ...
2
votes
4answers
58 views

How to show unique content to a non logged in user?

I am creating a site where I need to show random snippets to the user which keep changing every few seconds. The snippet database itself will be pretty huge. What I am thinking about is the best way ...
-3
votes
1answer
61 views

Best Product Price Combination PHP Code [closed]

Please help!, I want a function that will generate the best price combination that can fit/or nearest to the total price limit. these are the following variables $limit = 475.60; $product_prices = ...

1 2 3 4 5 19