BG1, PRELOAD BG2, PRELOAD

No Recent Activity

2 Visitor Messages

  1. Hey there amiel, care to check out Sackinimafia? We still need a few more signups, if you're interested: http://sackinima.com/forums/index.ph...nd-ii-signups/
  2. Hey, thank you so much for wanting to help me with my level's logic!
Showing Visitor Messages 1 to 2 of 2
About amiel445566

Basic Information

About amiel445566
Gender:
Male
PSN:
LOOKaUsername
LBP.me - Personal Data Display:
Display my data
LBP.me - Global Data Display:
Display all data
LBP.me - Postbit Data Location:
Show under username
Location:
Polar Ice Caps of Craftworld
Interests:
Build stuff
Biography:
I like logic (what a nice biography rite?)

Signature


Figured since reporting this on multiple occasions didn't work, I'll just spread it like the plague

Statistics


Total Posts
Total Posts
673
Posts Per Day
0.23
Visitor Messages
Total Messages
2
Most Recent Message
10-25-2014
Wiki
Total Edits
0
Pages Created
0
General Information
Last Activity
03-04-2016
Join Date
03-21-2013
Referrals
0

10 Friends

  1. Alex-Raven  Alex-Raven is offline

    Patch of Cloth

    Alex-Raven
  2. JL - wopdido  JL - wopdido is offline

    Fuzz Ball

    JL - wopdido
  3. Jorel41533625  Jorel41533625 is offline

    Fuzz Ball

    Jorel41533625
  4. Mutilator18  Mutilator18 is offline

    Thread

    Mutilator18
  5. raptor42694  raptor42694 is offline

    Patch of Cloth

    raptor42694
  6. Reblskum666  Reblskum666 is offline

    Thread

    Reblskum666
  7. Smuffy04  Smuffy04 is offline

    Insomniac

    Smuffy04
  8. Spaceraoul28  Spaceraoul28 is offline

    Sack

    Spaceraoul28
  9. tall_person517
  10. whateverg  whateverg is offline

    Thread

    whateverg
Showing Friends 1 to 10 of 10
 

LBPC XP


Points
Points
12,752
Level
34
Points: 12,752, Level: 34
 
Level up completed
Level up completed
15%
Points until next level
598
Level completed: 15%, Points required for next Level: 598
 

Activity


Activity
32.0%
Overall activity: 32.0%
 
Activity last 30 days
27.0%
Overall activity: 27.0%
 
Activity last 7 days
34.0%
Overall activity: 34.0%
 

Points


All Points for user
Points for User
9,899
Points for Reputation
846
Points for using reputation system
1,802
Length of membership
7,221
Points for Friends
30
All Points for threads
Points for threads
2,125
Threads created
180
Points for received rating
150
Points for replies
70
Points for Views
1,725
All Points for posts
Points for Posts
671
Points for Posts
671
Miscellaneous
Points for Misc
57
Points for article in vBulletin Blog
57

Activities


View amiel445566's Blog

Recent Entries

How to find any number in LBP (IN BASE 10) [MORE LOGIC!]

by amiel445566 on 08-24-2014 at 07:07 PM
I used all of the same concepts here

Since the title is self explanatory lets get started!

The first thing you want to do in this case is to make an autonomous scaling chip (for things greater than or equal to 10, or less than 1, so the first digit is always used, and used correctly, and to preserve mantissa)

So for positive exponents, what I am doing is lowering it to exact necessities

What that means is lowering it until it is below 10

Read More

Categories
Uncategorized

Comparing analogue values (FIRST BLOG POST)

by amiel445566 on 08-11-2014 at 09:40 PM
Welcome to my first blog post, pictures will come later when I get on LBP

Comparing takes two signals, and gives an output based on relative strengths of percentages. Here are the two methods of comparing

Digital Comparison:

Pros:
  • Output has digital relevance
  • Easier to use
  • Can activate all logic
  • Less thermo


Cons:
  • Not instantaneous
  • Breaks when NaN is used


How it works:
  1. [Input 1] - [Input

Read More

Updated 08-11-2014 at 09:50 PM by amiel445566

Categories
Uncategorized