12
LINES
Java source code
1 | //package tbextensions;
|
2 |
|
3 | import drjava.util.MultiCoreUtil;
|
4 | import org.luaj.vm2.Lua;
|
5 | import org.luaj.vm2.LuaValue;
|
6 | import org.luaj.vm2.lib.ZeroArgFunction;
|
7 |
|
8 | public class GetNumberOfProcessors_x extends ZeroArgFunction {
|
9 | public LuaValue call() {
|
10 | return Lua.value(MultiCoreUtil.getNumberOfProcessors());
|
11 | }
|
12 | } |
download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
| ID |
Author/Program |
Comment |
Date |
| 22 | stefan | Removed package statement to clear up the class duplication. | 2014-02-01 16:15:56 |
add comment
Image recognition results
| Snippet ID: |
#216 |
| Snippet name: |
GetNumberOfProcessors.java |
| Eternal ID of this version: |
#216/1 |
| Text MD5: |
fa2bad6f3aef5135a2836436fd35d11b |
| Author: |
stefan |
| Category: |
java test |
| Type: |
Java source code |
| Public (visible to everyone): |
Yes |
| Archived (hidden from active list): |
No |
| Created/modified: |
2014-02-01 16:15:29 |
| Source code size: |
323 bytes / 12 lines |
| Pitched / IR pitched: |
No / Yes |
| Views / Downloads: |
1375 / 308 |
| Referenced in: |
[show references] |