|
Hi Ernie,
I tried several times to export the FP to Ivap but didn't work.
Any advice?
Thanks
Started by ErnieAlston on
, 15 posts
by 3 people.
Answer Snippets (Read the full thread at fsbuild):
Any advice no luck, tried several times since yesterday....
Ernie,
Still not able to export fp to IVAP.
No luck.
|
|
In statically typed functional programming languages, like Standard ML, F#, OCaml and Haskell, a function will usually be written with the parameters separated from each other and from the function name simply by whitespace:
let add a b = a + b
The type...
Started by harms on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Possibly because it is useful to have a tuple as a separate type, and it is good to keep different types separate?
In Haskell at least, it is quite easy to go from one form to the other:
Prelude> let add1 a b = a+b Prelude> let add2 (a,b) = a+b ... .
|
|
Fp hi guys,
And finally a mixed bunch of my prefs.
regards
blobs
blender 2.49b---2.61
blender.org Attached Thumbnails
Started by blobs on
, 12 posts
by 8 people.
Answer Snippets (Read the full thread at ww2aircraft):
Lest We Forget Excellent work!
"Success is not Final, Failure is not Fatal, it is the Courage... .
At the going down of the sun, and in the morning, we will remember them .
Attached Thumbnails Simply great and do love the cutaways .
Attached Thumbnails
..
|
Ask your Facebook Friends
|
Malware Detections (FP) Oh!! Thanks got this.. But should I start a new thread or not because I have a new doubt with the detections (FP). Mainly with my clean PC I got detections called "Packed/PECompact" (Packer) " which I think is a heuristic detection...
Started by sg09 on
, 15 posts
by 3 people.
Answer Snippets (Read the full thread at outpostfirewall):
There was no database update during....
Btw, does Outpost uses some cloud database or calls.
Just did that.
When you: Malware Detections (FP) Thanks...
I'll try again.
FP) I'm sorry but something happened to this thread while I was answering.
|
|
This is my very first question so I am a bit nervous about it because I am not sure whether I get the meaning across well enough. Anyhow, here we go....
Whenever new milestones in programming have been reached it seems they always have had one goal in...
Started by RB on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
"So, does ....
That's not such a bad thing, since maybe math is the language we should be thinking in when we program anyway.
When you program in Lisp or Scheme, you spend.
Functional programming has a very verb-oriented syntax.
|
|
#include <stdio.h> #include <stdlib.h> int main() { FILE *fp = fopen("lr.txt", "r"); fseek(fp, 0L, SEEK_END); int size = ftell(fp); fseek(fp, 0L, SEEK_SET); char *lorem_ipsum; int i = 0; lorem_ipsum = (char*) malloc(sizeof(char) * size); while...
Answer Snippets (Read the full thread at stackoverflow):
The segfault happens because printf looks at the value of the character at lorem_ipsum[i] and interprets it as a char* pointer... .
Lorem_ipsum is a string, so lorem_ipsum[i] is just a character .
You are trying to print lorem_ipsum[i] as if it were a string .
|
|
Hello!
Before I begin, what exactly do I consider 'algorithmic problems'?
It's a type of a programming challenge that doesn't involve making an application. It's not going to do anything useful by itself. The program you write should solve only the given...
Started by Darwin226 on
, 25 posts
by 8 people.
Answer Snippets (Read the full thread at facepunch):
Anyone got any ideas....
Write a program want to do it.
Your job is to make a program that will output to give a gift to 3, 3 to give a gift to 4 and finally 4 to give a gift to 1.
Input consists of two numbers, n and m.
To explain at least.
|
|
I am learning Erlang and I am trying to create a very sample blog program. However my mind currently is trapped in the OO world ( var p = new Post(); p.Title = ""; p.Save(); ). I would like to understand some basic thinkings in Erlang. Instead of creating...
Started by Jeffrey on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
This statement has more power if you look at OOP the way Alan Kay described it:
OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things .
Erlang is an Object Oriented language.
|
|
First scan of the day was just before latest virus def update, and got an alert on adobearmhelper.exe as a high risk virus, send that one to labs - and put in chest Then I run a boot scan that showed no probem or infection whatsoever.
run a second scan...
Started by paraxeno on
, 12 posts
by 4 people.
Answer Snippets (Read the full thread at avast):
- Detections in Memory -
My guess is that you are doing a Custom... .
Thank you so very much! What you do, don't scan memory .
|
|
Just an honest question: How have other people reacted to you using a fountain pen?
I, for instance, use my pens for taking lecture notes, and at work for keeping track of inventory and things to do. Sometimes, I get the odd look. I remember am awkward...
Started by XP100 on
, 50 posts
by 40 people.
Answer Snippets (Read the full thread at fountainpennetwork):
However....
7000/-($ 145).
In my place most ppl would not have that my Lamy 2000 costs Rs .
When ever ppl see me using a fp they have in my place fp's are outdated and ppl think I am old fashioned.
I live in a small city in south india.
Interest.
|