Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#2251 2016-08-20 11:36:15

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,211

Re: What's under ctrl+v?

advice

Offline

#2252 2016-08-20 11:49:44

Onjit
Member
Joined: 2015-02-15
Posts: 9,709
Website

Re: What's under ctrl+v?

Sub MatrixCoefSearch()
   Dim i As Integer, j As Integer, k As Integer
   Dim JointIndex As Integer, Nbar As Integer
   
  'Number of bar members?
   Nbar = 7
 
  'Filling zero element to all matrix coefficient
   Range("M30:S39") = 0 'Range(Cells(30, 13), Cells(39, 19)) = 0
   
  'Start searching:
   For i = 1 To Nbar 'For each bar member
      For j = 1 To 2 * Nbar   'Start search in Table 2, Second column
         k = 37 + j 'Refer to current row in Table 2
         If Cells(k, 2) = i Then 'If bar index in Talbe 4 can be found in Table 2 (Bars Column)
            JointIndex = Cells(k, 1)   'Save row index to distrubte cos&sin into Table 3 (Joints column)
            Cells(30 + 2 * JointIndex - 2, 12 + i) = Cells(k, 8) 'Each joint have two equations, thus need to 2*joints
            Cells(30 + 2 * JointIndex - 1, 12 + i) = Cells(k, 9)
         End If
      Next
   Next
   
   MsgBox ("Your Matrix Coefficient was created!")
   
End Sub


:.|:;

Offline

#2253 2016-08-20 15:27:40

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Offline

#2254 2016-08-20 16:22:13

N1KF
Wiki Mod
From: ဪဪဪဪဪ From: ဪဪဪဪဪ From: ဪဪဪဪဪ
Joined: 2015-02-15
Posts: 11,114
Website

Re: What's under ctrl+v?

Rate the Sig above you (MUST HAVE SIG TO PLAY!!!) by ChaosDemon [ 1 2 3 … 285 ]
Make a Burger~ [IT'S BACK BABY] by Pingohits [ 1 2 3 4 5 ]

Offline

#2255 2016-08-20 16:26:16

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: What's under ctrl+v?

m = # of war mutations


suddenly random sig change

Offline

#2256 2016-08-20 16:32:54

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,211

Re: What's under ctrl+v?

Offline

#2257 2016-08-20 19:49:15

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: What's under ctrl+v?

/replaceitem entity @p slot.armor.head diamond_block


791mAP8.png

Offline

#2258 2016-08-20 20:34:42, last edited by Gosha (2016-08-23 15:01:24)

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,211

Re: What's under ctrl+v?

Coffee enima

Offline

#2259 2016-08-20 21:25:32

Myst
Guest

Re: What's under ctrl+v?

ctrl + V = my new sigature

#2260 2016-08-20 21:28:04

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,853

Re: What's under ctrl+v?

lol my windows registration key

Offline

#2261 2016-08-20 22:04:39

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Re: What's under ctrl+v?

<atillabyte> just make everyone female


791mAP8.png

Offline

#2262 2016-08-20 22:08:16

Slabdrill
Formerly 12345678908642
From: canada
Joined: 2015-08-15
Posts: 3,402
Website

Re: What's under ctrl+v?


suddenly random sig change

Offline

#2263 2016-08-20 22:20:37

kubapolish
Banned
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-19
Posts: 1,024
Website

Re: What's under ctrl+v?


Offline

#2264 2016-08-21 07:12:18

Onjit
Member
Joined: 2015-02-15
Posts: 9,709
Website

Re: What's under ctrl+v?


:.|:;

Offline

#2265 2016-08-21 08:14:11, last edited by Doomsdaytoy9000 (2016-08-21 08:14:30)

Doomsdaytoy9000
Member
From: Where your eyes can't go
Joined: 2015-03-16
Posts: 741

Offline

#2266 2016-08-21 15:15:07

kubapolish
Banned
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-19
Posts: 1,024
Website

Re: What's under ctrl+v?

a


Offline

#2267 2016-08-21 16:24:11

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,853

Re: What's under ctrl+v?

Offline

#2268 2016-08-21 18:21:21, last edited by kubapolish (2016-08-21 18:22:30)

kubapolish
Banned
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-19
Posts: 1,024
Website

Re: What's under ctrl+v?

An FPS where you slap aliens and the bad guy is constantly stalking you wherever you go.

http://orteil.dashnet.org/gamegen


Offline

#2269 2016-08-21 18:22:06

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,211

Re: What's under ctrl+v?

MTG - Looking for the Magic

Offline

#2270 2016-08-21 19:48:07

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,853

Re: What's under ctrl+v?

https://www.youtube.com/watch?v=u9Dg-g7t2l4

(disturbed: sound of silence)

Offline

#2271 2016-08-22 14:23:33

Onjit
Member
Joined: 2015-02-15
Posts: 9,709
Website

Re: What's under ctrl+v?


:.|:;

Offline

#2272 2016-08-22 14:46:25

Dencc
Formerly Thenew428
From: -50.607555, 165.972087
Joined: 2016-08-05
Posts: 591
Website

Re: What's under ctrl+v?

background music

Offline

#2273 2016-08-22 14:55:49

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,211

Re: What's under ctrl+v?

/hub

Offline

#2274 2016-08-22 15:00:50

Pingohits
Banned
From: aids lizard
Joined: 2015-02-15
Posts: 7,591

Offline

#2275 2016-08-22 15:22:00

TaskManager
Formerly maxi123
From: i really should update this
Joined: 2015-03-01
Posts: 9,465

Re: What's under ctrl+v?

d2516324ad164a58933879462c95f403.png


i8SwC8p.png
signature by HG, profile picture by bluecloud, thank!!
previous signature by drstereos

Offline

Wooted by: (2)
Snowester1657125982793216

Board footer

Powered by FluxBB

[ Started around 1732542225.9882 - Generated in 0.068 seconds, 14 queries executed - Memory usage: 1.75 MiB (Peak: 1.99 MiB) ]