This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (c) 2005-2006 Jama Software, Inc. 600 NW 14th Avenue, Portland, Oregon 97209 U.S.A. All rights reserved. | |
* | |
* This software is the confidential and proprietary information of Jama Software, Inc. ("Confidential Information"). | |
* You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the | |
* license agreement you entered into with Jama Software. | |
*/ | |
package com.jamasoftware.contour.service.impl; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
item 640685 | |
//original project | |
{ | |
"project": 49, | |
"fields": { | |
"name": "Component1" | |
}, | |
"location": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log "Hello, world!"; | |
//declare the stuff | |
var s: string; | |
var n: number; | |
var b: boolean; | |
//set the stuff here | |
s = "helo"; | |
n = 10; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** In this file, we create a React component which incorporates components provided by material-ui */ | |
let React = require('react'); | |
let mui = require('material-ui'); | |
let Router = require('react-router'); | |
let FullWidthSection = require('./full-width-section.jsx'); | |
let AppCanvas = mui.AppCanvas; | |
let TextField = mui.TextField; | |
let RaisedButton = mui.RaisedButton; | |
let Styles = mui.Styles; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
from django.contrib.auth import authenticate, login as _login | |
from django.contrib.auth.decorators import login_required | |
from django.contrib.auth.views import login as auth_login | |
from django.db import transaction | |
from django.core.exceptions import PermissionDenied | |
from django.db import transaction | |
from django.shortcuts import get_object_or_404, redirect, render | |
from django.utils.decorators import method_decorator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
from django.contrib.auth import authenticate, login as _login | |
from django.contrib.auth.decorators import login_required | |
from django.contrib.auth.views import login as auth_login | |
from django.db import transaction | |
from django.core.exceptions import PermissionDenied | |
from django.db import transaction | |
from django.shortcuts import get_object_or_404, redirect, render | |
from django.utils.decorators import method_decorator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loke |
NewerOlder