Click here to Skip to main content
15,886,788 members
Home / Discussions / Running a Business
   

Running a Business

 
AnswerRe: Indemnity Insurance Pin
DerekT-P20-Sep-19 2:13
professionalDerekT-P20-Sep-19 2:13 
Questionrobot detecting algorithms ? Pin
Isawyouoo11-Aug-17 11:47
Isawyouoo11-Aug-17 11:47 
AnswerRe: robot detecting algorithms ? Pin
jschell17-Oct-17 7:28
jschell17-Oct-17 7:28 
GeneralRe: robot detecting algorithms ? Pin
Isawyouoo22-Oct-17 10:17
Isawyouoo22-Oct-17 10:17 
GeneralRe: robot detecting algorithms ? Pin
Eddy Vluggen23-Oct-17 0:59
professionalEddy Vluggen23-Oct-17 0:59 
GeneralRe: robot detecting algorithms ? Pin
Isawyouoo5-Nov-17 0:44
Isawyouoo5-Nov-17 0:44 
GeneralRe: robot detecting algorithms ? Pin
Eddy Vluggen5-Nov-17 1:05
professionalEddy Vluggen5-Nov-17 1:05 
GeneralRe: robot detecting algorithms ? Pin
jschell5-Nov-17 7:15
jschell5-Nov-17 7:15 
Isawyouoo wrote:
actually it's possible


No it isn't.

I can only suppose you are using the formal definition of an algorithm, like the one in your original post ("this is an algorithm that calculate factorial,")

In the vast universe of programming the cases of actual implementation of those methods represents such a small fraction of the total code base to be effectively zero. I would not be surprised if the percentage is even smaller than what it represented by winning the grand prize in a national lottery.

In contrast then are a vast, vast number of "algorithms" in the general sense that do not have a formal definition. They solve business, research and even educational problems but one cannot 'define' them because they are unique.


As an example following is some code that I just copied from my computer. What is the actual text that you expect your program to report for the "algorithm" for this?

Java
public static void test(Object s)
{
  Date daysAgo = Date.from(Instant.now().plus(-30L, ChronoUnit.DAYS));
  System.out.println("Days ago=" + daysAgo);
}

GeneralRe: robot detecting algorithms ? Pin
Isawyouoo5-Nov-17 23:51
Isawyouoo5-Nov-17 23:51 
GeneralRe: robot detecting algorithms ? Pin
Sascha Lefèvre6-Nov-17 0:13
professionalSascha Lefèvre6-Nov-17 0:13 
GeneralRe: robot detecting algorithms ? Pin
jschell8-Nov-17 5:57
jschell8-Nov-17 5:57 
GeneralRe: robot detecting algorithms ? Pin
DerekT-P20-Sep-19 2:41
professionalDerekT-P20-Sep-19 2:41 
AnswerRe: robot detecting algorithms ? Pin
Richard MacCutchan5-Nov-17 2:14
mveRichard MacCutchan5-Nov-17 2:14 
GeneralRe: robot detecting algorithms ? Pin
Isawyouoo6-Nov-17 0:06
Isawyouoo6-Nov-17 0:06 
AnswerRe: robot detecting algorithms ? Pin
Sherinsun29-Oct-18 21:18
Sherinsun29-Oct-18 21:18 
SuggestionAutomation Testing Tool Pin
Alisha Henderson28-Apr-17 3:16
Alisha Henderson28-Apr-17 3:16 
GeneralRe: Automation Testing Tool Pin
Ravi Lodhiya26-Dec-17 21:18
professionalRavi Lodhiya26-Dec-17 21:18 
QuestionWhat's stopping you? Pin
Member 1287125225-Nov-16 23:58
Member 1287125225-Nov-16 23:58 
AnswerRe: What's stopping you? Pin
Richard MacCutchan26-Nov-16 1:16
mveRichard MacCutchan26-Nov-16 1:16 
AnswerRe: What's stopping you? Pin
Albert Holguin18-Jan-17 8:21
professionalAlbert Holguin18-Jan-17 8:21 
Questioniot Pin
scud1019-Sep-16 5:21
scud1019-Sep-16 5:21 
AnswerRe: iot Pin
Richard MacCutchan19-Sep-16 6:43
mveRichard MacCutchan19-Sep-16 6:43 
QuestionPython Calculator Question Pin
Member 126271409-Jul-16 20:58
Member 126271409-Jul-16 20:58 
AnswerRe: Python Calculator Question Pin
Richard MacCutchan10-Jul-16 1:30
mveRichard MacCutchan10-Jul-16 1:30 
AnswerRe: Python Calculator Question Pin
Albert Holguin18-Jan-17 8:25
professionalAlbert Holguin18-Jan-17 8:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.