Fulcroid Digital Media

Fulcroid Digital Media Services: Logo Design, Webpage Design, Network Installation.

25/12/2020

Happy Newtonmas! Isaac Newton was born Christmas Day, 1642. This apple tree in MIT's President's Garden carries forth his wisdom: It is a direct descendant of the actual tree believed to have inspired Newton's theory of gravity. http://mitsha.re/4gx750CR2UX

24/12/2020







Today's Date

let d = new Date();
alert("Today's date is " + d);




21/12/2020

Owners of new Macs, take notice.

26/11/2020

I predict that Huawei will launch its own 5G internet satellite through a Chinese space consortium.

26/11/2020

NSA and GCHQ have access to the user data on iPhone, BlackBerry, and Android devices. They are reportedly able to read almost all smartphone information, including SMS, location, emails, and notes. They have capabilities to intercept the personal information transmitted across the Internet by social networks and other popular applications such as Angry Birds, which collect personal information of their users. GCHQ has a wiki-style guide of different apps and advertising networks, and the different data that can be siphoned from each. The Finnish Angry Birds developer Rovio announced that it was reconsidering its relationships with its advertising platforms in the light of these revelations.

25/11/2020

I predict that Huawei will eventually create its own browser, search engine, Appstore and Playstore. Just hang in there.

24/11/2020

//convert binary to decimal


int binaryToDecimal(long binarynum)
{
int decimalnum = 0, temp = 0, remainder;
while (binarynum!=0)
{
remainder = binarynum % 10;
binarynum = binarynum / 10;
decimalnum = decimalnum + remainder*pow(2,temp);
temp++;
}
return decimalnum;
}

int main()
{
long binarynum;
printf("Enter a binary number: ");
scanf("%ld", &binarynum);

printf("Equivalent decimal number is: %d", binaryToDecimal(binarynum));
return 0;
}

20/11/2020

Malware Life Cycle
1. New OS released.
2. New malware created.
3. Antivirus companies disassemble the malware and create corresponding antivirus.
4. New OS patch is released.
5. Newer malware created to bypass patch.

02/11/2020

Samsung sold nearly twice as many phone as Apple, which was hit by the delayed launch of the iPhone 12. Here's the full ranking.

18/10/2020
14/10/2020

Apple iPhone 12 series is now official with the newest chipset A14 Bionic, AMOLED display and 5G.

14/10/2020

Address

Manila

Telephone

+639167207152

Website

Alerts

Be the first to know and let us send you an email when Fulcroid Digital Media posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share